body {
  font-family: Calibri, verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 90%;
  color: white;
  line-height: 1.2;
  background-color: #5A7D6A; 
	}
	
#slide {
	position: absolute;
	z-index: 1000;
	display: none;
	top: 100px;
	text-align: right;
	padding: 0px 8px 8px 8px;
	background-color: #fff;
	cursor: pointer;
	font: bold 10px "helvetica neue",Arial, Helvetica, sans-serif;
}
#cover {
	position: absolute;
	width: 100%;
	height: 200%;
	z-index: 100;
	display: none;
	background-color: #000;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.75);
	top: 0px;
	left: 0px;
}
#photoAlbum {
	float: center;
	z-index: 0;
	width: 650px;
	background-color: #FFD782;
	margin-left: auto;
	margin-right: auto;

}
#photoAlbum img {
	width: 109px;
	height: 82px;
	border: 1px solid black;
	margin: 8px;
	vertical-align: top;
	float: center;
}
.slideControl { color: black; }

hr{
	color: #C16E1B;
	style: noshade;
	height: 50px;
	width: 650px;
}
.closetxt
{ 
margin-left: auto;
margin-right: auto;
}
