/* ================================================================ 
Not so simple photograph gallery
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/photo_not_so_simple.html
=================================================================== */

#nss_gallery {width:600px; height:390px; padding:10px; border:1px solid #fff; background:  #fff; position:relative; }
#nss_gallery b.default {position:absolute; left:10px; top:15px; width:420px; height:380px;  text-align:center;}
#nss_gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #fff; border-color:#fff #fff #fff #fff;}
#nss_gallery b.default span {display:block; color:#3C3C3C; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:9px; width:350px; margin:0 auto;}

#nss_gallery ol {list-style:none; margin:-25px 0 0 0; width:180px; position:relative; float:right;}
#nss_gallery ol li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#nss_gallery ol li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #fff; border-color:#fff #fff #fff #fff;}
#nss_gallery ol li a span {display:none;}
#nss_gallery ol li a img {display:block; width:50px; height:50px; border:0;}

#nss_gallery ol li a:hover {white-space:normal; border-color:#7dad40; background:#fff;}
#nss_gallery ol li a:hover b {position:absolute; left:-421px; top:0; width:420px;  height:380px; text-align:center; background:#fff; z-index:10;}
#nss_gallery ol li a:hover span {display:block; color:#3C3C3C; font-family:verdana, arial,  sans-serif; font-weight:normal; font-size:9px; width:410px; margin:0 auto;}
#nss_gallery ol li a:hover img {visibility:visible; display:inline; vertical-align:middle;  text-align:center; margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #fff; border-color:#fff #fff #fff #fff;}

#nss_gallery ol li a:active, #nss_gallery ol li a:focus {white-space:normal; border-color:#fff  #fff #fff #fff; background:#fff;}
#nss_gallery ol li a:active b, #nss_gallery ol li a:focus b {position:absolute; left:-421px;  top:0; width:420px; height:380px; text-align:center; background:#fff; z-index:10;}
#nss_gallery ol li a:active span, #nss_gallery ol li a:focus span {display:block; color:#3C3C3C; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:9px; width:410px;  margin:0 auto;}
#nss_gallery ol li a:active img, #nss_gallery ol li a:focus img{visibility:visible; display:inline; vertical-align:middle; text-align:center; margin:0 auto 10px auto;  width:auto; height:auto; border:1px solid #fff; border-color:#fff #fff #fff #fff;}