#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;

}
#lightbox a img{
	border: none;
 
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000000;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;

}
#imageContainer{
	padding: 10px;
	background-color: #fff;

}
#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;

}
#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	width: 100%	;
	display:block;
	height:24px;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#5e5e5e;
}
#imageData{
	padding:0 10px;
	 color: #666;
 
}
#imageData #imageDetails{
	 width: 70%;
	 float: left;
	 text-align: left;
 
}
#imageData #caption{
	 display: block;
	 clear: left;
	 padding-bottom: 1.0em;
	 margin-left:0px;
	 margin-top:7px;
	
}
#imageData #numberDisplay{
	 display: none;
	 clear: left;
	 padding-bottom: 1.0em;
	 margin-left:30px;
	 margin-top:7px;
}
#prevLink, #nextLink{
	width: 50%;
	height: 50%;
	background: transparent url(Images/blank.gif) no-repeat;
	display: block;

}
#prevLink {
	 left: 0;
	 position:absolute;
	 background:url(../images/prevlabel.gif) top left no-repeat;
	 top:40px;
	 left:10px;
 
}
#nextLink {
	 right: 0;
	 position:absolute;
	 background: url(../images/nextlabel.gif) top right no-repeat;
	 top:40px;
	 right:10px;
 
}
#bottomNav{
	 position:relative;

}
#bottomNav #bottomNavClose{
	 position:absolute;
	 top:0px;
	 right:0px;
	 z-index:10000;
	 float:right;
	
}
#bottomNavClose img{
			 	width:48px;
	 			height:14px;
				}
