.html_carousel {
	width:720px;
	height:600px;
	position: relative;
}
.html_carousel div.slide {
	position: relative;
}
.html_carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}
.html_carousel div.slide h4 {
	font-size: 35px;
	padding: 30px 0 0 100px;
}
.html_carousel div.slide p {
	font-size: 16px;
	padding: 0 0 30px 100px;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
	color: white;
	margin: 0;
}

div.thumbnails div.thumb_out
{
	width:70px;
	height:80px;
	float:left;
	padding:15px 5px 5px 5px;
	margin:15px;
	overflow:hidden;
	cursor: pointer;
}

div.thumbnails div.thumb_in
{
	width:60px;
	height:60px;
	overflow:hidden;
}


div.thumbnails div.selected
{
	background: url(/web/images/carousel_selected.png) no-repeat;
}

div.thumbnails_area
{
	width:720px;
	overflow:hidden;
	text-align: center;
}


div.thumbnails
{
	overflow:hidden;
	width:550px;
	margin:0 auto;
}

a.carousel_prev,
a.carousel_next
{
	background-image: url(/web/images/carousel_sprite.png);
	width: 42px;
	height: 82px;
	display: block;
	position: absolute;
	top:280px;
}

a.carousel_prev
{
	left: -50px;
	background-position: 0 0;
}

a.carousel_prev:hover
{

}

a.carousel_next
{
	right: -50px;
	background-position: 42px 0;
}

a.carousel_next:hover
{

}

a.carousel_prev span,
a.carousel_next span
{
	display: none;
}