#gallery {position:relative; width:400px; margin: 0px; padding:5px; border:3px solid #E5F4F6; background:#78813B; }
#caption { color: #E5F4F6; font-weight: bold; font-size: 12px; padding: 3px; height: 90px; }
#image {position:relative; width:400px; height:305px; padding:5px; border:2px solid #666; background:#E5F4F6 url(../bilder/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:5px; padding:5px 5px; width:400px; height:100px; border:2px solid #666; background:#E5F4F6}
#thumbarea {position:relative; overflow:hidden; height:90px; width:380px; }
#thumbs {position:absolute; list-style:none; margin:0px; height:100px; width:20000px; border-right:5px solid #E5F4F6; padding: 0px;}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:290px; width:20%; z-index:100; height:290px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../bilder/left.gif) left bottom no-repeat; border-left:5px solid #E5F4F6}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../bilder/right.gif) right bottom no-repeat; border-right:5px solid #E5F4F6}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
