body {
	position: relative;
}

#thumbnails {
	display: block;
	width: 296px;
	height: 296px;
}

.thumbnail {
	display: block;
	height: 72px;
	width: 72px;
	margin: 0 2px 2px 0;
	float: left;
	cursor: pointer;
}

.thumbnail:nth-child(4n) {
	margin-right: 0;
}

#blurb {
	display: block;
	position: absolute;
	top: 300px;
	width: 294px;
	font-size: 13px;
}

#blurb p {
	display: none;
	position: absolute;
}

#enlarged_image {
	display: block;
	float: right;
}