div.frame {
	position: relative;
	width: 600px;
	height: 465px;
}

img.frame {
	position: absolute;
	left: 0px;
	top: 0px;
}

#photo {
	border: none;
	width: 510px;
	height: 380px;
	position: absolute;
	left: 44px;
	top: 43px;
	cursor: hand;
}

div.caption {
	width: 600px;
	height: 100px;
	font-style: italic;
}

div.controls {
	width: 600px;
	font-weight: bold;
}

div.controls a {
	padding-left: 10px;
	padding-right: 10px;
}

#preload {
	visibility: hidden;
}