#gallery { margin: 0 0 20px;}
#images {}
#image {position:relative; width:655px; height:440px; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top: 0; left:0; }  
#thumbwrapper { display: none; }
.imgnav { position:absolute; width:10%; z-index:100; height:440px; outline:none; cursor:pointer; opacity: 0.2; filter:alpha(opacity=20); }
#previmg { left:0; background: url(images/left.gif) left center no-repeat; }
#nextimg { right:0; background:url(images/right.gif) right center no-repeat; }
#previmg:hover, #nextimg:hover { opacity:1; filter:alpha(opacity=100); }
