/* 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 #FFF;
	width:93px;
	height:70px;
	margin:5px;
	z-index:50;
	float: left;
	}


a.gallery em, a.gallery span {
	display:none;
	text-align: center;
}
a.gallery:hover {border:1px solid #FFFFFF;}

#container_bottom {
	position:relative;
	width:581px;
	height:605px;
	background:#FFFFFF;
	margin:1em auto;
}
#container_bottom img {border: none;}

#scroll{
	height: 80px;
	width: 589px;
	overflow: auto;
	background-color: #F5FCEB;
	border: 1px solid #DFF4BB;

}
#thumbs {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
}


#container_bottom a.gallery:active span, a.gallery:focus span {
	display:block;
	position:absolute;
	width:581px;
	height:50px;
	top:-45px;
	left:5px;
	padding:0px;
	color:#999999;
	z-index:100;
	margin: 0px;
}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {
	display:block;
	position:absolute;
	width:581px;
	height:435px;
	top:-504px;
	color:#000;
	z-index:50;
	left: 0px;
}
#container_bottom h2 {
	clear:both;
	margin:0;
	padding-top:210px;
	text-align:center;
	font-family: georgia, "times new roman", serif;
	font-size:3em;
	font-weight:normal;
	color:#92AC51;
	border: none;

}
#container_bottom h2 em {font-size:0.6em; color:#92AC51;}

#scroll h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #C1D09B;
	margin: 0px;
	padding: 0px;
	background: #F5FCEB;
	clear: left;
}	
