#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	height: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
#loading{
	position: absolute;
	top: 10%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#imageContainer>#hoverNav{
	left: 0;
    }
#imageDataContainer{
	background-color: #FFFFFF;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	margin-top: 0px;
	height: 40px;
	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 80%;
	height: 500px;
	background-color: #C0BA98;
	}
