#content {
	height: 800px;
}

#albumDisplay {
	position: relative;
	text-align: center;
}

#albumDisplay img {
	border: 0px;
}

#albumDisplay img.preview {
	width: 150px;
	max-height: 150px;
	border: 15px solid #e9e2d0;
	position: relative;
	z-index: 0;
	vertical-align: center;
}

#albumDisplay a span {
	position: absolute;
	padding: 0px;
	left: -1000px;
	border: 5px solid black;
	visibility: hidden;
	color: black;
	background-color: black;
	text-decoration: none;
	z-index: 1;
}

#albumDisplay a:hover {
	text-decoration: none;
	color: black;
	border: 0;
}

#albumDisplay a:hover span {
	visibility: visible;
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 1;
}

span.photoSub {
	font-style: italic;
	font-size: 10px;
	position: relative;
	top: -10px;
}

#albumDisplay a {
	text-decoration: none;
	cursor: default;
	text-indent: 0;
}

span.photoNav {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 25px;
}