#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#lightbox a img
{
	border: none;
}
#outerImageContainer
{
	position: relative;
	background-color: #FFFFFF;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
}
#imageDataContainer
{
	background-color: #FFFFFF;
	width: 300px;
	height: 22px;
	margin: 0 auto;
}
#imageDetails
{
}
#imageDetails #prevLink
{
	float: left;
	height: 22px;
}
#imageDetails #numberDisplay
{
	float: left;
	height: 22px;
	width: 90px;
	line-height: 15px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#imageDetails #nextLink
{
	float: left;
	height: 22px;
}
#imageDetails #closeLink
{
	float: right;
	height: 22px;
}

