#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox img {
	width: auto;
	height: auto;
	}
#lightbox a img {
	border: none;
	}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer {
	padding: 30px;
	}

#loading {position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav {position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav {left: 0;}
#hoverNav a {outline: none;}


/* ---------------------------------------------------------------------------
navigation
--------------------------------------------------------------------------- */
#prevLink, #nextLink {
	width: 49%; 
	height: 100%;
	display: block;
	}
#prevLink:link, #prevLink:visited {
	left: 0;
	float: left;
	background: url(/assets/lightbox/prev-off.gif) left 56% no-repeat;
	}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/assets/lightbox/prev-on.gif) left 56% no-repeat;
	}

#nextLink:link, #nextLink:visited {
	right: 0;
	float: right;
	background: url(/assets/lightbox/next-off.gif) right 56% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/assets/lightbox/next-on.gif) right 56% no-repeat;
	}


/* ---------------------------------------------------------------------------
caption below image
--------------------------------------------------------------------------- */
#imageDataContainer {
	font: 12px 'Garamond', Times New Roman, Times, serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}
* html #imageDataContainer { /* for IE's crappy artifact rendering */
	background-color: #435762;
	}
#imageData {
	padding: 7px 0 0 0;
	color: #fff;
	/*font-weight: bold;*/
	}
#imageData #imageDetails {
	padding: 0;
	width: 85%;
	float: left;
	text-align: left;
	}	
#imageData #numberDisplay {
	text-align: left;
	}
#imageData #caption {
	margin-left: 10px;
	text-align: left;
	text-transform: uppercase;
	}
			
#imageData #bottomNavClose {
	width: 16px;
	height: 16px;
	float: right;
	outline: none;
	}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #2F4551;
	}



