#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#lightboxImage{
	margin: 0;
	padding: 0;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	}

#imageData{
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#imgTopLineClose{
	cursor: pointer;
}

#bottomNav{
	clear: both;
	/*height: 37px;*/
	width: auto;
	background: #FFF;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
#BottomNavDiv{
	text-align: center;
}
#BottomNavDiv img{
	margin-left: 0px;
	margin-right: 0px;
}