#gallery {position:relative; width:350px; margin:0; padding:0px;}
#images {height:300px; margin-bottom:10px; width:350px;}
#image {position:relative; width:350px; margin:0; padding:0; /* background:url(images/loading.gif) center center no-repeat;*/}
#image img {position:absolute; top:100px; left:0; width:350px;}
#thumbwrapper {margin:10px 0 0 0; padding:0; width:350px; height:75px; background:#FFF;}
#thumbarea {position:relative; overflow:hidden; height:75px; width:350px; }
#thumbs {position:absolute; left:0; list-style:none; margin:0; padding:0; height:75px; width:10000px;}
#thumbs li {float:left; margin:0 10px 10px 0; padding:0; cursor:pointer;}
.imgnav {position:relative; width:350px;/*20%*/ z-index:100; height:375px; width:350px;/*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);}
