
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#lightboxImage{
	background-color: #fff;
}
#outerImageContainer{
	position: relative;
	background: url('/i/bg_diagonal.gif') #889eb0;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#imageDataContainer{
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
	padding-top: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
#imageData{
	background: #fff;
	padding: 15px 5px 15px 5px;
	text-align: left;
	}
#imageData #caption{ 
	font-weight: normal;
	text-align: left;
	color: #666666;
	}
#imageData #numberDisplay{ 
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #395787;
	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#divImgTopLine{
	width: 100%;
}
#imgTopLineClose{
	cursor: pointer;
	width: 40px;
	height: 17px;
}
#bottomNav{
	/*clear: both;*/
	height: 30px;
	position: absolute;
	z-index: 120;
	bottom: 17px;
	margin: 0 auto 13px;
	text-align: center;
}
#BottomNavDiv{
	background: #14456e;
	width: 136px;
	margin: 0 auto;
	padding: 2px 0 2px 0;
}
