.slider_container{
	margin:0 auto;
	background-color:rgba(255,255,255,0.0);
	overflow:hidden;
}
.main_image_container{
	float:left;
	overflow:hidden;
	position:relative;
}
.main_image_scroller{
	float:left;
	position:relative;
	width:410px;
	height:385px;
}
.thumbs_list_container{
	float:left;
	height:385px;
	overflow-y:scroll;
	margin-left:5px;
	background-color:rgba(255,255,255,0.0);
	overflow-x:hidden;
	width:150px;
}
.thumb{
	padding:0px;
	padding-left:0px;
	padding-right:1px;
	background-color:rgba(255,255,255,0.0);
	margin:0px;
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
	width:114px;
	overflow-x:hidden;
	height:114px;
	padding-left:12px;
	cursor:pointer;
}

.thumb:hover, .thumb_selected{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

.thumb_selected{
	background:url('selected.gif') no-repeat;
}
.main_image{
	float:left;
	clear:left;
	width:100%;
	height:100%;
   	text-align:center;
	cursor: hand;
	cursor: pointer;	
}
.main_image img{
	vertical-align: middle;
}
.description_container{
	position:absolute;
	background-color:rgba(255,255,255,0.0);
	width:100%;
	background-color:#000000;
	bottom:0;
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
	font-weight:bold;
	padding:5px;
}
