

#gallery {position:relative; width:335px; margin:5px auto; padding:10px; border:2px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:20px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:320px; height:160px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:1px; left:3px}
#thumbwrapper {margin-top:5px; padding:5px 0; width:330px; height:50px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:50px; width:320px; }
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:-25px;
	height:50px;
	width:1000px;
	border-right:3px solid #FFF;
	top: -15px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:160px; width:20px; z-index:80; height:160px; width:20px; z-index:80; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/e011.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:2px; background:url(images/e01.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
