#gallery {
position:relative;
width:612px; 
margin:0px auto; 
/*padding:0px 10px 0px 10px; */
/*background:#AAA*/
/*border-top: 9px ridge #c0c2bf;*/
border-top: 9px ridge #f7f7f7;
border-left: 9px ridge #d9dbd8;
border-right: 9px ridge #a0a5a0;
border-bottom: 9px ridge #838984;

}

#image {position:relative; width:600px; height:450px; padding:5px; border:1px solid #FFF; background:#FFF url(/images/loading.gif) center center no-repeat}

#image img {position:absolute; top:5px; left:5px}

#thumbwrapper {margin-top:0px; padding:0; width:612px; border:0px solid #FFF; background:#FFF}

#thumbarea {position:relative; overflow:hidden; height:90px; width:610px; }

#thumbs {position:absolute; list-style:none; margin:-10px 0 0 1px; height:90px; width:10000px; background:#FFF; border:1px solid #FFF}

#thumbs li {float:left; margin-right:3px; cursor:pointer}

.imgnav {position:absolute; height:340px; width:20%; z-index:100; height:365px; width:20%; z-index:100; outline:none; cursor:pointer}

#previmg {left:0; background:url(/images/left.gif) left center no-repeat; border-left:5px solid #FFF}

#previmg:hover {opacity:1; filter:alpha(opacity=100)}

#nextimg {right:0; background:url(/images/right.gif) right center no-repeat; border-right:5px solid #FFF}

#nextimg:hover {
opacity:1; filter:alpha(opacity=100)
}
