#gallery {position:relative;}
#images {height:50px; margin-bottom:0px}

#image {position:relative; width:390px; height:50px; background:#FFF url(images/loading.gif) center center no-repeat}

#image img {position:absolute;left:0px}

#thumbwrapper {width:390px; height:60px; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:60px; width:391px; }

#thumbs {position:absolute; list-style:none; margin-left:8px; height:60px; width:10000px;}
#thumbs li {float:left; margin-right:8px; cursor:pointer}

.imgnav {position:absolute; z-index:100; height:50px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; margin-top:95px;background:url(images/left.png) left center no-repeat; border-left:0px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0;margin-top:95px; background:url(images/right.png) right center no-repeat; border-right:0px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
