#gallery { width: 460px; height: 625px; padding: 10px; background: #ffffcc; position: relative; }
/* Standart Bild (Dauerbild) */
#gallery b.default {position: absolute; left: 10px; top: 10px; width: 460px; height: 450px; text-align: center;}
#gallery b.default img {display: block; margin: 0 auto 10px auto;}
#gallery b.default span {display: block; color: #000000; font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 11px; width: 460px; margin: 0 auto;}
/* kleines Bild */
#gallery ul {width: 430px; height:175px; overflow:auto; border:solid 1px #aaa; float: left; list-style: none; padding: 0; margin: 450px 0 0;}
#gallery ul li {display: inline; width: 52px; height: 52px; float: left; margin: 0 0 5px 5px;}
#gallery ul li a {display: block; width: 50px; height: 50px; text-decoration: none;}
#gallery ul li a span {display: none;}
#gallery ul li a img {display: block; width: 50px; height: 50px; border: 0;}
/* grosses Bild */
#gallery ul li a:hover {white-space: normal; background: #ffffcc;}
#gallery ul li a:hover b { position: absolute; width: 460px; height: 450px; text-align: center; background: #ffffcc; top: 0; left: 0; z-index: 200; margin-top: 10px; margin-left: 10px; }
#gallery ul li a:hover span {display: block; color: #000000; font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 11px; width: 460px; margin: 0 auto; }
#gallery ul li a:hover img {margin: 0 auto 10px auto; width: auto; height: auto; border: 0;}


