
div.he_carousel { width:600px; }

div.he_carousel_photo {
	background:#f2f2f2;
	border:1px solid #ddd;
	padding:10px;
	width:600px;
	height:510px;
}

.he_carousel_thumbs {
	height:95px;
	position:relative;
	margin:12px 0;
	width:620px;
}
.he_carousel_slider {
	width:560px;
	height:95px;
	margin:0 0 0 30px;
	overflow:hidden;
	position:relative;
}


div.he_carousel_thumbs ul {
	position:absolute;
	list-style:none;
	height:70px;
	padding:0;
}

div.he_carousel_thumbs li {
	float:left;
	width:70px;
	height:70px;
	padding:5px;
}
div.he_carousel_thumbs li:hover {
	border:1px solid #ddd;
	padding:4px;
}
div.he_carousel_thumbs li.active {
	background:#f2f2f2;
	border:1px solid #ddd;
}

div.he_carousel_thumbs .he_moveleft { position:absolute; top:4px; }
div.he_carousel_thumbs .he_moveright { position:absolute; top:4px; right:0; }
