#gallery {position:relative; width:610px; margin:0px auto; padding:0px;}
#images {height:445px; margin-bottom:0px}
#image {position:relative; width:610px; height:460px; padding:0px; background:#000 url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {position:relative; margin-top:0px; padding: 5px;width:600px; height:115px; background:#000}
#thumbarea {position:relative; overflow:hidden; height:115px; width:600px; margin-left: 0px;}
#thumbs {position:absolute; list-style:none; height:115px; width:600px;}
#thumbs li {float:left; margin-right:2px; cursor:pointer}
.imgnav {position:absolute; width:5%; 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)}
