#intro {
    padding-bottom: 10px;
}

#slider {
    position: relative;
	width: 460px;
	left: 45px;
	float: left;
}

.scroll {
    height: 105px;
    overflow: auto;
    /*overflow-x: hidden;*/
    position: relative;
    clear: left;
	width: 455px;
}

.scroll a {
	display: block; float: left; width: 73px; height: 88px; text-align: center; font-size: 11px; text-decoration: none; color: #333; border: #FFF 1px solid;
}

.scroll a img {
	border: #3A3A3A 1px solid;
}

.scroll span {
	display: block; width: 32px; float: left;
}

.scroll img {
	border: 0px;
}

.scrollContainer div.panel {
    height: 105px;
	width: 455px;
	padding-top: 10px;
}

#shade {
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.scrollButtons.lefter {
    left: -10px;
	height: 104px;
	width: 14px;
	background: url(/redesign/images/img20.jpg) no-repeat;
	border: 0px;
}

.scrollButtons.righter {
    right: -10px;
	height: 104px;
	width: 14px;
	background: url(/redesign/images/img21.jpg) no-repeat;
	border: 0px;
}

.hide {
    display: none;
}

.panels {
	padding-top: 20px;	
}