div.content
{
	margin-left: 0;
	margin-right: 72px;
}

#instructions
{
	position: absolute;
	left: 71px;
	bottom: 20px;
	width: 111px;
	color: #555555;
	text-align: right;
}

#image_caption
{
	position: absolute;
	width: 176px;
	left: 24px;
	top: 266px;
	text-align: left;
	z-index: 4;
}

h2
{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

h3
{
}

#navigation
{
	width: 294px;
	height: 25px;
	margin: 0 auto;
	display: block;
	clear: both;
	line-height: 25px;
}

a.previous
{
	color: #555555;
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	float: left;
}

a.next
{
	color: #555555;
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	float: right;
}

#image_area
{
	width: 400px;
	display: block;
	position: absolute;
	left: 230px;
	top: 5px;
}

#image
{
	width: 400px;
	height: 400px;
	display: block;
}



div.drop_shadow {
	background: url(drop_shadow.gif) right bottom no-repeat;
	display: block;
	margin: 0;
	padding: 0 10px 10px 0;
	position: relative;
	float: left;
}

div.shadow_bl, div.shadow_tr
{
	background: url(drop_shadow.gif) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 2;
}
 
div.shadow_tr
{
	background-position: top right;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.shadow_bl
{
	background-position: bottom left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.drop_shadow div.inner {
	display: block;
	position: relative;
	margin: 0;
	z-index: 3;
	background: url(drop_shadow.gif) no-repeat;
	background-position: top left;
}

div.drop_shadow div.inner img
{
	position: relative;
	top: 3px;
	left: 3px;
}

#lightbox p
{
	margin-top: 0;
}
