#lightbox_outerContainer {	position: absolute;	top: 0;	left: 0;	z-index: 11004;	width: 100%;}#lightboxContainer {	margin: 0 auto;	width: 600px;	position: relative;}#lightbox{	position: absolute;	left: 200px;	width: 600px;	background-color: white;	z-index: 11004;	text-align: center;	line-height: 0;	overflow: auto;	margin: 0;	padding-right: 20px;	}#lightbox a img{	border: 0;		}#lightbox img{	margin:0;	padding:0;	position: relative;	border: 0;	z-index: 1121;}#outerImageContainer{	position: relative;	background-color: #fff;	width: 560px;	height: 420px !important;	overflow: hidden;	margin: 0 auto 10px auto;	text-align: center;	border-bottom: 1px solid #A8B9D4;	}#imageContainer{	padding: 10px;	height: 410px;	}#loading{	position: absolute;	top: 40%;	left: 0%;	height: 25%;	width: 100%;	text-align: center;	line-height: 0;	z-index: 1100;	}#hoverNav{	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	z-index:10004;	}#imageContainer>#hoverNav{ left: 0;}#hoverNav a{ outline: none;}#prevLink, #nextLink{	width: 49%;	height: 100%;	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */	display: block;	}#prevLink { left: 0; float: left;}#nextLink { right: 0; float: right;}#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }#imageDataContainer{	font: 10px Verdana, Helvetica, sans-serif;	background-color: #fff;	margin: 0;	padding: 0 0 0 30px;	line-height: 1.4em;	width: 550px;	}#imageData{	padding:0 20px 0 10px; color: #666; }#imageData #imageDetails{ width: 530px; text-align: left; padding-bottom: 10px;}	#imageData #caption{ font-weight: normal;}#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			#bottomNav { width: 95%; text-align: right;  padding: 10px 0 5px 0; clear:both;}	#bottomNav a {color: #666666 !important;font-size: 10px;}#bottomNav a:hover {color: #0000CC !important;}		#overlay{	position: absolute;	top: 0;	left: 0;	z-index:10003;	width: 100%;	height: 578px;	background-color: #000;	}