/* Zoller Designs by November Sundays */

html, body {
	margin:0px;
	margin-top:-16px;
	padding: 0px;
}
/* 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 {
	display:block; 
	display:inline-block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000;
	width:61px; height:40px; 
	float:left; margin:1px;
	z-index:50;}
a.slidea {background:url(gallery/gallery_1button.jpg);}
a.slideb {background:url(gallery/gallery_2button.jpg);}
a.slidec {background:url(gallery/gallery_3button.jpg);}
a.slided {background:url(gallery/gallery_4button.jpg);}
a.slidee {background:url(gallery/gallery_5button.jpg);}
a.slidef {background:url(gallery/gallery_6button.jpg);}
a.slideg {background:url(gallery/gallery_7button.jpg);}
a.slideh {background:url(gallery/gallery_8button.jpg);}
a.slidei {background:url(gallery/gallery_9button.jpg);}
a.slidej {background:url(gallery/gallery_10button.jpg);}
a.slidek {background:url(gallery/gallery_11button.jpg);}
a.slidel {background:url(gallery/gallery_12button.jpg);}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

/* styling for BOTTOM gallery */
#container_bottom {
	position:relative; 
	width:396px; 
	height:351px; 
	background:#353535; 
	margin:1em auto;
}
#container_bottom img {
	border:0;
}
#container_bottom .thumbs {
	position:absolute; 
	left:0; 
	bottom:0;}
<!-- Image Titles -->
#container_bottom a.gallery:hover span {
	display:block; 
	position:absolute;
	background-image:url(gallery/gallery_footer.gif);
	width:168px; 
	height:17px; 
	top:90px;
	margin-left:193px; 
	left:-3px;  
	padding-left:35px; 
	color:#fff;  
	z-index:80;}
#container_bottom a.gallery:hover span:first-line {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:9px; 
	color:#fff;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {
	border:1px solid #000;
}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {
	display:block; 
	position:absolute;
	width:395px; 
	height:250px;
	top:-260px; 
	left:-2px;  
	color:#000; 
	z-index:50;}
#container_bottom h1 {
	clear:both; 
	margin-top:1px; 
	text-align:center; 
	font-family: georgia, "times new roman", serif; 
	font-size:3em; 
	font-weight:normal; 
	color:#fff;}
#container_bottom h1 em {font-size:0.6em; color:#000;}


