body {
	position: relative;
}

#thumbnails {
	display: block;
	width: 222px;
	height: 146px;
}

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

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

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

#blurb p {
	display: none;
}

#enlarged_image {
	display: block;
	float: right;
	position: relative;
	width: 729px;
	height: 549px;
}

#main_image {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#rollover_area {
	display: block;
	position: absolute;
	background: url('../img/blank.png');
	width: 216px;
	height: 324px;
	top: 0;
	left: 0;
	z-index: 2;
}

#rollover_image {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.break {
	display: block;
	height: 12px;
}