#slide1{
	width:675px;
	margin-left:10px;
	float:left; 
	display:inline; 
	position:relative;
	margin-top:-25px;
	}
.img_cont{
	width:675px; 
	height:420px; 
	float:left; 
	display:inline;
	position:relative;
	}
.main_images{
	width:675px; 
	height:420px; 
	float:left; 
	display:inline;
	}
.main_images li{
	width:655px; 
	position:absolute; 
	left:0px; 
	top:0px;  
	display:inline; 
	height:409px; 
	display:none;
	z-index:11;
	border:solid 5px #FFFFFF;
	}
.slideshow{
	position:relative;
	}
.thumb_holder{
	position:relative; 
	float:left; 
	width:730px;
	overflow:hidden; 
	height:100px;
	z-index:105;
	margin-top:40px;
	margin-left:-130px;
	}
.thumbs{
	position:absolute;
	left:0; 
	}
.section{
	width:730px;
	float:left; 
	display:inline;
	overflow:hidden;
	}
.section li{
	float:left; 
	display:inline; 
	width:95px; 
	height:95px;
	margin-left:10px;
	margin-bottom:15px;
	overflow:hidden;
	border:solid 1px #FFFFFF;
	}
.section li img{
	max-height:100%;
	margin-left:-28px;
	}
.section li:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	}
.sub_section{
	float:left; 
	display:inline;
	margin-left:40px;
	} 
.prev_btn{
	width:39px;
	height:38px;
	position:absolute;
	bottom:30px;
	left:0px;
	}
.next_btn{
	width:39px;
	height:38px;
	position:absolute;
	bottom:30px;
	right:0px;
	}
.prev{
	width:39px;
	position:absolute;
	height:38px;
	background:url(../img/prev.png);
	z-index:10;
	cursor:pointer;
	}
.prev:hover{
	background:url(../img/prev-h.png);
	}
.next{
	width:39px;
	position:absolute;
	height:38px;
	background:url(../img/next.png);
	z-index:10;
	cursor:pointer;
	}
.next:hover{
	background:url(../img/next-h.png);
	}
.current_desc{
	display:inline;
	}
/**/
