#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
 background: #fff url('../images/lightbox/outerImageContainer.png') repeat-x 0 0;
	}
#outerImageContainer[id]{
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #eff1f3;
}
#imageContainer{
	padding: 20px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 100%;
	height: 26px;
	width: 56px;
	}
/*
#imageContainer>#hoverNav{ left: 0;}
*/
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 26px;
	height: 26px;
/*	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/lightbox/next.gif) right 15% no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.gif) right 15% no-repeat; }
*/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	overflow: hidden;
	width: 100%;
	}
#imageDataContainer[id]{
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #eff1f3;
	}
#imageData{ padding: 0 20px 8px 100px; color: #666; line-height: 1.3em; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 51px; float: right; margin-top: 6px; height: 20px; }
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#bottomNav:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
