a, img
{
	border:				none;
	text-decoration:	none;
}

#backLink
{
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				612px;
	text-align:			left;
	font-weight:		bold;
	padding:			0px 20px 0px 20px;
}

#backLink a
{
	color:				white;
}

#backLink a:hover
{
	color:				rgb(70, 60, 60);
}

#fullPicture
{
	position:			absolute;
	top:				110px;
	left:				0px;
	min-height:			500px;
	width:				100%;
	text-align:			center;
}

#picture
{
	left:				0px;
	max-width:			700px;
	height:				400px;
	overflow:			none;
	border:				none;
}

#instructions
{
	position:			absolute;
	top:				86px;
	left:				0px;
	width:				100%;
	text-align:			center;
}

#singleGallery
{
	width:				100%;
	padding:			0;
	text-align:			center;
}

.backgroundSingle
{
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	z-index:			0;
}

.photoOverlaySingle
{
	position:			absolute;
	top:				19px;
	left:				135px;
	z-index:			1;
}

.totalPhotosSingle
{
	position:			absolute;
	top:				373px;
	left:				0px;
	width:				100%;
	z-index:			0;
}
#leftGallery
{
	position:			absolute;
	float:				left;
	right:				370px;
	width:				45%;
	height:				225px;
	padding:			0;
	text-align:			center;
}

#rightGallery
{
	position:			absolute;
	float:				right;
	left:				370px;
	width:				45%;
	height:				225px;
	padding:			0;
	text-align:			center;
}

.backgroundDual
{
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	z-index:			0;
}

.photoOverlayDual
{
	position:			absolute;
	top:				13px;
	left:				49px;
	z-index:			1;
}

.totalPhotosDual
{
	position:			absolute;
	top:				220px;
	left:				0px;
	width:				100%;
	text-align:			center;
	z-index:			0;
}