#lightbox{
	position: absolute;
	left: 0;
	width: 1024px;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none; 
}

#lightbox a {
	color: #8b8b8b;
	text-decoration: none;
}

#anotherDiv{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: solid 1px;
	width: 600px;
	height: 454px;
	margin: 0 auto;
}



#outerImageContainer{
	position: relative;
	background-color: #fff;
}

#imageContainer{
	padding: 25px 0 10px 0;
	margin: 0 0 0 0;
	height: 369px;
}

#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;
}
*/

#prevLinkHolder{
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	float: left;
	width: 100px;
	display: inline; 
}

#nextLinkHolder{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 100px;
	display: inline;
}

#prevLinkTwo{
	margin: 0 0 0 0;
	float: left;
	display: inline;
	font-size: 16px;
}

#nextLinkTwo{
	margin: 0 0 0 0;
	float: right;
	display: inline;
	font-size: 16px;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto 0 0;
	line-height: 1.4em;
	float: left;
	height: 50px;
	width: 100%;
}

#imageData{	
	padding: 0 0 0 0;
	color: #666;
}

#imageData #imageDetails{ 
	width: 350px;
	float: left; 
	text-align: center;
	display: inline;
}	

#imageData #caption{ 
	font-weight: bold;	
}

#imageData p {
	margin: 10px 0 0 0;
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose{
	padding-right: 14px;
	background: url(../img/lightbox/close.gif) 1px right no-repeat;
	height: 11px;
	font-size: 11px;
	
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 500px;
	background-color: #fff;
}
