#gallery {position:relative; width:370px; padding:10px; border:6px solid #F3EFE5; background-color:#A6945E;}
#images {border:2px solid #52431D; height:225px; margin-bottom:20px}
#image {position:relative; width:355px; height:265px; padding:5px; border:2px solid #52431D; background:#F3EFE5 url(images/loading.gif) center center no-repeat;}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:365px; height:72px; border:2px solid #52431D; background:#F3EFE5;}
#thumbarea {position:relative; overflow:hidden; height:72px; width:355px; }
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:72px;
	width:1000px;
	border-right:5px solid #F3EFE5;
	left: 6px;
	top: -3px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:265px; width:10%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left bottom no-repeat; border-left:5px solid #F3EFE5;}
#previmg:hover {opacity:1; filter:alpha(opacity=100);}
#nextimg {right:0; background:url(images/right.gif) right bottom no-repeat; border-right:5px solid #F3EFE5;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100);}

