#slide {
	position: fixed;
	z-index: 1000;
	display: none;
	top: 5%;
	text-align: right;
	padding: 8px 8px 8px 8px;
	background-color: #fff;
	cursor: pointer;
	font: bold 10px "helvetica neue",Arial, Helvetica, sans-serif;
	BORDER-TOP: inset 10px;
	BORDER-LEFT: inset 10px;
	BORDER-BOTTOM: outset 10px;
	BORDER-RIGHT: outset 10px;
	
}
#cover {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background-color: #816D5B;
	opacity: .85;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.85);
	top: 0px;
	left: 0px;
}
#photoAlbum {
	position: relative;
	z-index: 0;
	width: 400px;
}
#photoAlbum img {
	width: 20%;
	border: 2px solid red;
	margin: 8px;
	vertical-align: top;
	cursor: pointer;
}
#photoInfo {
	PADDING-LEFT: 10px; FLOAT: left; FONT-SIZE: 12px; TEXT-ALIGN: left;
}
.slideControl { color: blue;  font-size: 18px; }