.html_carousel {
}
.html_carousel div.slide {
	position: relative;
	float:left;
	padding:8px;
	width:596px;
	height:388px;
	background: url(../images/gallery/gallery-imag-bg.png) 0 0 no-repeat; 
	margin:0 201px;
}
div.thumbnails {
	float:left;
	width:938px;
	margin:10px 26px 0 26px;
}
div.thumbnails img {
	cursor: pointer;	
	padding: 4px;
	margin-left: 0px;
	float:left;
}
div.thumbnails img:first-child
{
    margin:0;
}
div.thumbnails img:hover,
div.thumbnails img.selected {
	background: url(../images/gallery/gallery-thumb-bg.png) 0 0 no-repeat;
}
.clearfix {
	float: none;
	clear: both;
}
