/* common styling for all galleries */
a.gallery, a.gallery:visited {
background-color: #f5f5f5;
display:block; 
display:inline-block; 
color:#000; 
text-decoration:none; 
border:1px solid #000; 
width:50px; 
height:75px; 
float:left; 
margin:4px; 
z-index:50;
}
a.slideaa {background:url(photos/thumb21.jpg);}
a.slidebb {background:url(photos/thumb22.jpg);}
a.slidecc {background:url(photos/thumb23.jpg);}
a.slidedd {background:url(photos/thumb24.jpg);}
a.slideee {background:url(photos/thumb25.jpg);}
a.slideff {background:url(photos/thumb26.jpg);}


a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

a.slideaa em {background:url(photos/pic21.jpg) 5px 5px  no-repeat;}
a.slidebb em {background:url(photos/pic22.jpg) 5px 5px  no-repeat;}
a.slidecc em {background:url(photos/pic23.jpg) 5px 5px  no-repeat;}
a.slidedd em {background:url(photos/pic24.jpg) 5px 5px  no-repeat;}
a.slideee em {background:url(photos/pic25.jpg) 5px 5px  no-repeat;}
a.slideff em {background:url(photos/pic26.jpg) 5px 5px  no-repeat;}

/* styling for LEFT gallery */
#container_left {
position:relative; 
bottom:10px;
width:650px; 
height:265px; 
background:transparent url(pictures/bd_logo.jpg) center right no-repeat;
}
#container_left img {border:0;}
#container_left .thumbs {width:170px; position:absolute; left:0; top:0;}
#container_left a.gallery:hover span {
display:block; 
position:absolute; 
width:410px; 
height:50px; 
top:250px; 
left:175px; 
padding:5px; 
font-style:italic; 
color:#fff;  
z-index:100;
}
#container_left a.gallery:hover span:first-line {
font:normal bold 1em; 
color:#ccc;
}
#container_left a.gallery:active, #container_left a.gallery:focus {border:1px solid #b89993;}
#container_left a.gallery:active em, #container_left a.gallery:focus em {
display:block; 
position:absolute; 
width:400px; 
height:450px; 
bottom:5px; 
left:180px; 
color:#000; 
padding:5px; 
border:1px solid #b89993; 
z-index:50;
background-color: #fff;
}
#container_left h1 {
clear:both; 
margin:0px; 
padding-top:80px; 
padding-left:250px; 
width:300px; 
text-align:center; 
font-size:3em; 
font-weight:normal; 
}
#container_left h1 em {font-size:0.6em; color:#000;}