body {
  height:100%
  }
  
#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;
	display:table;
	width: 100%;
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */      
	height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */        
	min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	z-index: 200;
	display: none;
	background-color: #000;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.75);
	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;
}
.slideControl { color: red; }