.slider_container{
	margin:0 auto;
	background-color:#006699;
	overflow:hidden;
}

.main_image_container{
	float:left;
	overflow:hidden;
	position:relative;
}

.main_image_scroller{
	float:left;
	position:relative;
	width:100px;
	height:500px;
}

.thumbs_list_container{
	float:left;
	height:400px;
	overflow-y:scroll;
	margin-left:0px;
	background-color:#006699;
	overflow-x:hidden;
	width:150px;
}

.thumb{
	padding:7px;
	padding-left:0px;
	padding-right:1px;
	background:#006699;
	margin:2px;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
	width:110px;
	overflow-x:hidden;
	height:50px;
	padding-left:2px;
	background:#006699;
	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;
}

.main_image img{
	vertical-align: middle;
}

.description_container{
	position:absolute;
	color:#006699;
	width:100%;
	background-color:#006699;
	bottom:0;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	font-weight:bold;
	padding:0px;
}