#slider {
    width: 698px;
	height:197px;
	overflow:hidden;
	position: relative;
	float:left;
	padding:25px 0 0 0;
}

.scroll {
    height: 194px;
    width: 470px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
	border:1px solid #ccc;
	float:left;
}

.scrollContainer div.panel {
    height: 196px;
    width: 472px;
}
ul.navigation {
	width:212px;
	float:right;
}

ul.navigation li {
	width:212px;
	float:left;
	border-top:1px solid #ccc;
	padding:8px 0 20px 0;
}
ul.navigation li.first{
	padding:0 0 20px 0;
	border-top:none;
}
.slider-link{
	float:left;
	width:64px;
	height:42px;
	border:1px solid #ccc;
	overflow:hidden;
}
.thumb{
	width:132px;
	float:right;
}
.thumb h5 a{
	font-size:12px;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}	
.thumb h5 a:hover{
	border-bottom:1px solid #666;
}
.thumb p{
	color:#999;
	font-size:10px;
	line-height:1.3;
	padding:5px 0 0 0;
}
.scrollButtons {
	display:none;
}