#lightbox{
	position: absolute;
	margin-top:-265px;
	top:50%;
	left: 0;
	width: 100%;
	z-index: 500;
	text-align: center;
	line-height: 0;
	overlow:hidden;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0px;
	}

#loading{
	position: absolute;
	top: 50%;
	left: 0;
	height: 25%;

	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	margin-top: -70px;
	width: 100%;
	z-index: 10;
	}


#hoverNav a{ outline: none;}

#prevLink {
	width: 49%;

	background: transparent url(../images/prev.png) left 15% no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#nextLink {
	width: 49%;

	background: transparent url(../images/next.png) right 15% no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev-hover.png) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/next-hover.png) right 15% no-repeat; }


#imageDataContainer{
	font: 12px "Courier New", Courier, monospace;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
	}

#imageData{	
	padding:0 10px; 
	color: #000; 
	height:40px; 
	overflow:hidden; 
	}



#imageData #imageDetails{ 
	width: 80%; 
	float: left; 
	text-align: center; 
	height:25px; 
	margin-left:10%; 
	margin-right:10%; 
	margin-top:6px; 
	}	
#imageData #caption{ font-weight: normal;}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	text-align:center; 
	font-size:11px; 
	color:#fff; 
	}	
		
#imageData #bottomNavClose{ 
	width: 26px; 
	padding-bottom: 0.7em; 
	position:absolute; 
	left:-999em; 
	display:block; 
	z-index:101;	
	}	

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}