* {margin:0; padding:0}

#gallery {
	position:relative;
	width:310px;
	margin: auto;
	padding:2px;
	background:#333;
}
#images {height:150px; background:#333; margin-bottom:10px}
#image {position:relative; width:310px; height:148px; padding:0px; background:#fff url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {margin-top:2px; padding:0px; width:310px; height:62px; background:#333}
#thumbarea {position:relative; overflow:hidden; height:62px; width:310px; margin-left: 1px;}
#thumbs {list-style:none; margin-left:0px; height:62px; width:320px;}
#thumbs li {float:left; margin-right:2px; cursor:pointer; border: 0px;}
.imgnav {position:absolute; height:150px; width:20%; z-index:100; height:150px; width:20%; z-index:100; outline:none; cursor:pointer}
#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)}
