@charset "utf-8";
/* CSS Document */




#gallery {width:690px; height:300px; padding:5px; /*border:1px solid #ddd;*/ background: #fff; position:relative; margin-bottom:20px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:375px; height:250px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:4px solid #16669C;}
#gallery b.default span {display:block; color:#333; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:375px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:234px; position:relative; float:right;}
#gallery ul li {display:inline; width:73px; height:49px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:71x; height:47px; text-decoration:none; border:2px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:71px; height:47px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#fff;}
#gallery ul li a:hover b {position:absolute; left:-451px; top:5px; width:380px; height:300px; text-align:center; background:#fff; z-index:20;}
#gallery ul li a:hover span {display:block; color:#333; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:380px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:4px solid #16669C; /*border-color:#555 #ddd #eee #333;*/}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#ccc;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-451px; top:5px; width:375px; height:300px; text-align:center; background:#fff; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#333; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:375px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:4px solid #16669C; /*border-color:#555 #ddd #eee #333;*/}















