#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;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 45%;
	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: 20%;
	height: 30px;
	background: transparent no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 10px; float: left;
	z-index: 105;
}
#nextLink { right: 10px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/prevlabel.gif) no-repeat left 35%; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/nextlabel.gif) no-repeat right 35%;
}


#imageDataContainer{
	font: 11px/120% Tahoma, "Trebuchet MS", sans-serif;
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	padding-bottom: 0;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;
}
#imageData #numberDisplay{ display: block; clear: left;
	padding-bottom: 1.0px;
}			
#imageData #bottomNavClose{ width: 15px; float: right;
	padding: 0;
	display: inline;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 2px;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
	}

#numberDisplay {
	display: none;
}