/* common styling for all galleries */
a.gallery, a.gallery:visited { display:inline-block; float:left; color:#000; text-decoration:none; border:1px solid #529CCF; width:81px; height:50px; margin:4px; z-index:50;}
a.slidea {background:url(images/pg_sm_1.jpg);}
a.slideb {background:url(images/pg_sm_2.jpg);}
a.slidec {background:url(images/pg_sm_3.jpg);}
a.slided {background:url(images/pg_sm_4.jpg);}
a.slidee {background:url(images/pg_sm_5.jpg);}
a.slidef {background:url(images/pg_sm_6.jpg);}
a.slideg {background:url(images/pg_sm_7.jpg);}
a.slideh {background:url(images/pg_sm_8.jpg);}
a.slidei {background:url(images/pg_sm_9.jpg);}
a.slidej {background:url(images/pg_sm_10.jpg);}


a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #ff9835;}

/* styling for RIGHT gallery */
#container_right {position:relative; width:485px; height:400px; background:#000000; border:1px solid #333333; margin:10px 0 0 5px;}
#container_right img {border:0;}
#container_right .thumbs {width:485px; position:absolute; right:0; top:0;}
#container_right a.gallery:hover span {display:block; position:absolute; width:460px; height:50px; left:0px; top:365px; padding:5px; font-style:italic; color:#444;  z-index:100;}
#container_right a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#529CCF;}
#container_right a.gallery:active, #container_right a.gallery:focus {border:1px solid #529CCF;}
#container_right a.gallery:active em, #container_right a.gallery:focus em, #container_right a.gallery:hover em {display:block; position:absolute; width:462px; height:280px; left:6px; top:70px; padding:5px; color:#000; border:1px solid #529CCF; z-index:50;}
#container_right h1 {clear:both; margin:0; padding-top:200px; padding-left:65px; width:auto; text-align:left; font-size:18px; font-weight:normal; color:#ffffff;}
#container_right h1 em {font-size:0.6em; color:#000;}
 