#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
	border: none;
	top: 50px;
	position: relative;
}

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 25px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;

	}

#imageContainer{
	padding: 10px 10px 34px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 20%;
	width: 100%;
	padding-top: 36px;
	}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 10%;
	background: no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	left: 0;
	float: left;
	background-image: url(../../images/prevlabel.png);
	background-position: center bottom;
}
#nextLink {
	right: 0;
	float: right;
	background-image: url(../../images/nextlabel.png);
	background-position: center bottom;
}
#prevLink:hover, #prevLink:visited:hover {
	background-position: center bottom;
	background-image: url(../../images/prevlabel2.png);
	background-repeat: no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background-position: center bottom;
	background-image: url(../../images/nextlabel2.png);
	background-repeat: no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 40px;
	}

#imageData{
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	color: #9900FF;
	padding-top: 17px;
	padding-left: 5px;
}	
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 3px;
	color: #666666;
}			
#imageData #caption{
	font-weight: bold;
	color: #660033;
	font-size: 12px;
	margin-top: 10px;
}
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 93;
	width: 100%;
	height: 700px;
	background-color: #0a0a0a;
	}

