/* Code for Photo Gallery */


#photopages {text-align: right;}
.photobuttons {margin: 3px; border: 0px; vertical-align: middle;}

/*a, a:visited {color:#000;}  needed for IE to make :active state work first time */

a.gallery_h, a.gallery_v, a.gallery_h:visited, a.gallery_v:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #253824; width:50px; height:50px; float:left; margin:5px; z-index:50;}

a.gallery_h em, a.gallery_v em, a.gallery_h span, a.gallery_v span {display:none;}
a.gallery_h:hover, a.gallery_v:hover {border:1px solid #E7FEE6;}

#container_right {position:relative; width:632px; height:560px; background:#E2E2E2; border:1px solid #556254; margin:1em auto;}
#container_right img {border:0;}
#container_right .thumbs {width:125px; position:absolute; right:0; top:2;}
#container_right a.gallery_h:active span, #container_right a.gallery_h:focus span, #container_right a.gallery_v:active span, #container_right a.gallery_v:active focus {display:block; position:absolute; width:485px; height:40px; top:2px; left: -500px; text-align: center; padding:5px; color:#253824; font-family: arial; font-size:1em;font-weight:bold; z-index:100;}
/* #container_right a.gallery_h:hover span:first-line {font-weight:bold; font-size:1.1em;}
#container_right a.gallery_v:hover span:first-line {font-weight:bold; font-size:1.1em;} */
#container_right a.gallery_h:active, #container_right a.gallery_h:focus, #container_right a.gallery_v:active, #container_right a.gallery_v:focus {border:1px solid #253824;}
#container_right a.gallery_h:active em, #container_right a.gallery_h:focus em {display:block; position:absolute; top:50px; left:-500px; padding:5px; color:#000; border:1px solid #253824; background: #fff; z-index:50;}
#container_right a.gallery_v:active em, #container_right a.gallery_v:focus em {display:block; position:absolute; top:50px; left:-430px; padding:5px; color:#000; border:1px solid #253824; background: #fff; z-index:50;}
#container_right h6 {clear:both; margin:0; padding-top:80px; padding-left:50px; width:485px; text-align:center; font-family: arial narrow, arial; font-size:2.4em; font-weight:normal; color:#97A896; top: -200px;}