/*slide gallery to coincide with horizontal menu and additional image penetration*/

* {margin:0; padding:0;list-style-type:none}

#gallery { width:500px;float: right; top: 47px;}
#images {border:2px solid #9ac1c9; height:260px; background:#eef5f6; }
#image {position:relative; width:499px; height:260px; padding:5px; border:2px solid #666; background:#595959 url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}

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