#PhotographWrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 760px;
	text-align: left;
	z-index: 0;
}

#PhotographProtected
{
	position: absolute;
	top: 5px;
	width: 760px;
	height: 570px;
	background-repeat: no-repeat;
	background-position : center top;
	border: RoyalBlue 1px solid;
	z-index: -1;
}

#Photograph
{
	position: relative;
	margin: 0 0 5px 0;
	width: 760px;
	height: 575px;
}

#Caption
{
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 0.4em 0.5em 0.4em 0.5em;
	color: White;
	background-color: DarkGray;
	border-left: DimGray 16px solid;
	font-size: 0.8em;
	font-weight: bold;
}

#CaptionLink
{
	position: absolute;
	top: 15px;
	left: 10px;
}

#PhotoGalleryIndex
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#Zoom
{
/*	display: none;*/
	position: absolute;
	bottom: 10px;
	right: 126px;
	width: 55px;
}

#Previous
{
	position: absolute;
	bottom: 10px;
	right: 68px;
	width: 55px;
}

#Next
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 55px;
}

#Photograph a:link,
#Photograph a:visited
{
	display: block;
	padding: 0.4em 0.6em 0.4em 0.5em;
	color: White;
	background-color: RoyalBlue;
	border-left: Black 16px solid;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#Photograph a:hover
{
	background-color: Black;
	border-left: RoyalBlue 16px solid;
}


#Photograph a.Inactive:link, 
#Photograph a.Inactive:visited,
#Photograph a.Inactive:hover
{
	color: White;
	background-color: DarkGray;
	border-left: DimGray 16px solid;
}

#Photograph #Previous a,
#Photograph #Next a
{
	padding: 7px 5px 0 5px;
	text-align: center;
	height: 22px;
}

#Photograph #Zoom a
{
	padding: 6px 5px 0 5px;
	text-align: center;
	height: 22px;
}

a img
{
	border: none;
	margin: 0;
	padding: 0;
}
