#lightbox{	position: absolute;	width: 100%;	z-index: 100;	text-align: center;	line-height: 0;	padding: 0px;	vertical-align: top;	margin-top: 205px;	}#lightbox a img{ border: none; }#outerImageContainer{	position: relative;	background-color: #fff;	width: 250px;	height: 250px;	margin: 0 auto;		}#imageContainer{	padding: 10px 10px 0px;			}#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;}#prevLink, #nextLink{	width: 49%;	height: 100%;	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */	display: block;	margin-top: 0px;	}#prevLink {	left: 0;	float: left;	background: url(../images/prev.png) left 0px no-repeat;}#nextLink { right: 0; float: right; background: url(../images/next.png) right 0px no-repeat;}#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 0px no-repeat; }#nextLink:hover, #nextLink:visited:hover {	background: url(../images/next.gif) right 0px no-repeat;}#imageDataContainer{	font: 10px/normal Tahoma, Arial, sans-serif;	background-color: #ffffff;	margin: 0 auto;	overflow: auto;	width: 100%;	padding: 0px;	}#imageData{	padding:0 10px;	color: #666;	margin: 0px;}#imageData #imageDetails{ width: 90%; float: left; text-align: left; }	#imageData #caption{	color: #003366;	margin: 0px;	padding: 0px;}#imageData #numberDisplay{	display: block;	clear: left;	padding-bottom: 2px;	margin: 0px;	padding-top: 0px;}			#imageData #bottomNavClose{	width: 10px;	float: right;	padding-bottom: 2px;	margin-right: 7px;}			#overlay{	position: absolute;	top: 190px;	left: auto;	z-index: 90;	right: auto;	background-image: url(../images/overlay_Galleries.jpg);	background-repeat: no-repeat;	background-position: center top;	}