



#gallery {position:relative; width:500px; float:left;margin-left:10px }
#images { height:225px;  }
#image {position:relative; width:500px; height:354px;  background:#FFF url(g_images/loading.gif) center center no-repeat}
#image img {position:absolute;  left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:500px; height:100px;  }
#thumbarea {position:relative; overflow:hidden; height:100px; width:500px; }
#thumbs {position:absolute; list-style:none;  height:100px; width:10000px; }
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:354px; width:10%; z-index:80; height:354px; width:10%; z-index:80; outline:none; cursor:pointer}
#previmg {left:0; background:url(g_images/left.gif) left center no-repeat; }
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(G_images/right.gif) right center no-repeat; }
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
