#overlay
{
	display: none;
	text-align: center;
	position: absolute;
	height: 800px;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-image: url(/dark.png);
}

#lightbox
{
	display: none;
	position: absolute;
	z-index: 95;
	left: 0px;
	top: 0px;
	width: 99%; 
	text-align: center;
}

#lightboxTable
{
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border: 1px solid white;
}

#lightboxImageCell
{
	text-align: center;
}

a.screenshotNavDisabled
{
	color: white;
	text-decoration: none;
}

a.screenshotNavDisabled:hover
{
	color: white;
	text-decoration: none;
}

#loadDiv
{
	display: none;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 99%;
	text-align: center;
}

#loadImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
