#gallery {position:relative; width:1026px;}
#image {position:relative; width:1026px; height:353px; background:#FFF url(gallery_images_/loading.gif) center center no-repeat}
#image img {position:absolute; top:0px; left:0px}

#thumbarea {position:relative; overflow:hidden; height:10px; width:1026px; }
#thumbarea ul{ margin:0; padding: 0px;}


.imgnav {position:absolute; height:353px; width:20%; z-index:100; height:353px	; width:20%; outline:none; cursor:pointer}
#previmg {left:0; background:url(gallery_images_/left_hover.png) left center no-repeat;}
#previmg:hover {background:url(gallery_images_/left.gif) left center no-repeat;}
#nextimg {right:0; background:url(gallery_images_/right_hover.png) right center no-repeat;}
#nextimg:hover { background:url(gallery_images_/right.gif) right center no-repeat;}
