body {
	position: relative;
}

#blurb {
	display: block;
	position: relative;
	width: 296px;
	font-size: 13px;
}

#blurb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../img/transparent.png');
	background: rgba(0,0,0,.8);
}

#gallery {
	float: right;
	display: none;
	width: 602px;
	height: 562px;
}

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

#enlarged_image img {
	width: 602px;
}

#audio {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}