@charset "UTF-8";
/* CSS Document */


/* common styling for all galleries */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none;  border-right: 2px solid #fff; width:76px; height:53px; float:left; margin:0px; z-index:50;}
a.slidea {background:url(../images/gallery/thumb5.jpg);}
a.slideb {background:url(../images/gallery/thumb3.jpg);}
a.slidec {background:url(../images/gallery/thumb4.jpg);}
a.slided {background:url(../images/gallery/view-gallery.gif); border-right: 0px !important;}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover { border-right: 2px solid #fff;}

/* styling for BOTTOM gallery */
#container_bottom {position:relative; width:310px; height:261px; background:#fff; border:0px solid #a49188;}
#container_bottom img {border:0;}
#container_bottom .thumbs {position:absolute; top:208px; left:0; bottom:0;}
#container_bottom .thumbs-blank {position:absolute; top:208px; left:233px; bottom:0;}
#container_bottom a.gallery:hover span {display:block; position:absolute; width:310px; height:50px; top:-45px; left:0px; padding:0px; font-style:italic; color:#fff;  z-index:100;}
#container_bottom a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus { border-right: 2px solid #fff;}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {display:block; position:absolute; width:310px; height:200px; top:-208px; left:0px; padding:0px; color:#000; border:0px solid #3d330f; z-index:50;}
