


#image {position:relative; width:941px; height:155px; background: url(../images/loading.gif) center center no-repeat }

#image img {position:absolute; top:0px; left:0px}
 

#thumbs {position:absolute; list-style:none; }

.imgnav {position:absolute; height:100px; width:20%; z-index:100;  outline:none; cursor:pointer}
#previmg {left:0; background:url(../images/left.gif) left center no-repeat; opacity:.1; filter:alpha(opacity=10); }
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../images/right.gif) right center no-repeat; opacity:.1; filter:alpha(opacity=10); }
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
