#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;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#imageContainer img#lightboxImage{
	width:100%;
}

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	margin: 0 0 -5px 0;
	padding: 5px 0 0 0;
	background-color: transparent;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.png);
	background-repeat: no-repeat;
	background-position: left 100%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/nextlabel.png);
	background-repeat: no-repeat;
	background-position: right 100%;
}


#imageDataContainer{
	font-family: "Times New Roman", Times, Serif;
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

#imageData{
	margin:0 10px;
	position:relative;
}
#imageData #imageDetails{
	width: 100%;
	padding-bottom:1em;
	text-align: center;
}

#imageData #caption{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	letter-spacing:-0.1em;
	margin-bottom:0.5em;
	color: #000;
}

#imageData #numberDisplay{
	display: block;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing:-0.1em;
	color: #999;
}			
#imageData #bottomNav {
	position:absolute;
	right:5px;
	bottom:5px;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
