/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

/* common styling for all galleries */
a.gallery, a.gallery:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#616161; 
background:#fff; 
text-align:center; 
display:block; 
width: 136px; 
line-height: 18px; 
border:1px solid #444;
margin:2px;
padding: 2px 0px 2px 0px;
z-index:50;}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {
background: #7B357D;
color: White;
border:1px solid #444;
}



/* styling for BOTTOM gallery */
#container_bottom {
position:relative; 
width: 428px; 
height:560px; 
background: transparent; 
border:0px solid #616161; 
margin: 0.8em auto auto 35px;}
#container_bottom img {border:0;}
#container_bottom .thumbs {
position:absolute; 
left:0; 
bottom:0;}
#container_bottom a.gallery:hover span {
display:block; 
position:absolute; 
width:412px; 
height:160px; 
top: -168px; 
left:5px; 
padding:2px; 
font-style:italic; 
font-size : 1.1em;
color: #863B88; 
border:0px solid #616161; 
z-index:100;}
#container_bottom a.gallery:hover span:first-line {
font-style:normal; 
font-weight:bold; 
font-size:1.2em; 
color:#616161;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {
border:1px solid #616161;}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {
display:block; 
position:absolute; 
width:416px; 
height:275px; 
top:-456px; 
left:5px; 
padding:0px; 
color:#616161; 
border:1px solid #3d330f; 
z-index:50;}
#container_bottom h1 {clear:both; margin:0; padding-top:80px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color: #077BFF;}
#container_bottom h1 em {font-size:0.6em; color:#616161;}


