#gallery {position:relative; width:870px; margin:auto; padding:0px; border:0px solid red; }

#images {border:0px solid #9ac1c9; height:580px; border:0px solid red; margin-bottom:20px}
#image {position:relative; width:870px; height:580px; padding:0px; border:0px solid #666; background:url(../imgs/galleria/images/loading.gif) center center no-repeat}
#image img {position:absolute; border:0px solid red; top:0px; left:0px}

#thumbwrapper {margin-top:0px; padding:0px; width:870px; height:100px; }
#thumbarea {position:relative; overflow:hidden; /*height:100px;*/ height:0px; width:870px; }
#thumbs {position:absolute; list-style:none; margin-left:-60px; height:100px; width:10000px; border:0px solid red; }
#thumbs li {float:left; margin-right:5px; border:0px solid red; cursor:pointer}

.imgnav {position:absolute; border:0px solid red; height:580px; width:60px; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../imgs/galleria/images/left.gif) left center no-repeat; border-left:0px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../imgs/galleria/images/right.gif) right center no-repeat; border-right:0px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
