#image {
	position:relative; 
	display:none;
}

#image img  {position:absolute;}
#thumbwrapper {
	padding:0; 
	width:765px; 
	height:170px;
	float:left; margin-top:15px;
}

#thumbarea {
	position:relative;
	float:none;
	overflow:hidden; 
	height:170px; 
	width:765px;
	padding:1px;
}
#thumbs {
	position:relative; 
	list-style:none;
	margin:0;
	padding:0; 
	height:168px; 
	width:6000px; 
}
#thumbs li {
	background:url(../imgs/btn/bg_thumbs.png) no-repeat !important;
	width:247px;
	height:168px; 
	display:block;
	float:left;	
	padding:8px 0 0 11px;
	background-image:none;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../imgs/btn/bg_thumbs.png', sizingMethod='image');	
	background-repeat:no-repeat;	
}