* {margin:0; padding:0}
body {font:12px Verdana, Arial, Helvetica, sans-serif;}
#gallery {position:relative; padding-top:5px; padding-bottom: 5px; width:410px; border:1px solid #fff;}
#images {border:1px solid #fff; height:441px; background:#eef5f6;}
#image {position:relative; border:1px solid #fff; width:410px; height:320px; background:#FFF url(images/loading.gif) center center no-repeat;}
#image img {position:absolute;}
#thumbwrapper {width:686px; height:100px;; 	border:1px solid #fff; background:#FFF}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	padding-top: 5px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:100px;
	width:10000px;
	border:1px solid #fff;
	margin: 0;
}
#thumbs li {float:left; 	border:1px solid #fff; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer;}
.imgnav:hover {position: absolute; top: auto;}
#previmg {left:0;  background:url(images/left.gif) left center no-repeat; }
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
