#images 
{
	height:193px;
}

#slideimage 
{
	position:relative; 
	width:457px; 
	height:308px;
	background:#fff url(/img/js/test/images/loading.gif) center center no-repeat;
	overflow: hidden;
}

#slideimage img 
{	
	position:absolute;
}

#thumbwrapper 
{
	margin-top:10px; 
	padding:5px 0; 
	width:955px; 
	height:193px;
}

#thumbarea 
{
	position:relative; 
	overflow:hidden; 
	height:140px; 
	width:955px; 
}

#thumbs 
{
	position:absolute; 
	list-style:none; 
	margin-left:5px; 
	height:140px; 
	width:10000px; 
}

#thumbs li 
{	
	float:left; 
	margin-right:5px; 
	cursor:pointer
}

.imgnav 
{
	position:absolute; 
	height:308px; 
	width:20%; 
	z-index:100;
	outline:none; 
	cursor:pointer
}

#previmg 
{	
	left:0; 
	background:url(/img/js/test/images/left.gif) left center no-repeat;
}

#previmg:hover 
{
	opacity:1; 
	filter:alpha(opacity=100)
}

#nextimg 
{
	margin-top: -17px;
	right:0; 
	background:url(/img/js/test/images/right.gif) right center no-repeat;
}

#nextimg:hover 
{
	opacity:1; 
	filter:alpha(opacity=100)
}