* {margin:0; padding:0}

#gallery {position:relative; width:765px; margin:70px auto; padding:10px; }
#images { height:650px;  margin-bottom:40px}
#image {position:relative; width:550px; height:650px; padding:10px; background: url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:8px; left:2px}
#thumbwrapper {margin-top:10px; padding:0; width:550px; height:100px; }
#thumbarea {position:relative; overflow:hidden; height:100px; width:550px; }
#thumbs {position:absolute; list-style:none; height:100px; width:10000px; }
#thumbs li {float:left;  cursor:pointer; background:none;}
#thumbs ul{background:none;}
.imgnav {position:absolute; height:450px; width:20%; z-index:100;  outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.png) left center no-repeat; }
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.png) right center no-repeat; }
#nextimg:hover {opacity:3; filter:alpha(opacity=100)}