#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img{ 
	width: auto; 
	height: auto;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{ 
	border: 1px solid #c9c9c9;
	border-bottom: none;
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#imageContainer{ 
	padding: 10px; 
}

#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;
}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; 
}

#prevLink { 
	left: 0; 
	float: left;
}

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

#prevLink:hover, #prevLink:visited:hover { 
	background: url(gfx/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(gfx/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{
	border: 1px solid #c9c9c9;
	border-top: none;
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #ececec;
	margin: 0 auto; line-height: 1.4em; 
	overflow: auto; width: 100%	; }

#bottomNav{
	top:0px;
	padding-top:4px;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	display: block; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; margin-top: 10px;}			
#imageData #downloadlink { display: block; padding-top: 5px; color: #979797; font-size: 12px; min-width: 190px; width: 190px; height: 28px; line-height: 30px; background: transparent url('../images/lightbox_lastned.png') no-repeat bottom left; cursor: pointer; margin: auto;}
#imageData #downloadlink:hover { text-decoration: none; }
	
#imageContainer #bottomNavClose{ width: 66px; padding-top: 0px; outline: none; }	 	
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }	 	
#topNav {position: absolute; top: 10px; right: 5px;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#prevLink, #prevLink:hover { background: transparent url('../gfx/lightbox_arrowleft.png') no-repeat center left 10px; }
#nextLink, #nextLink:hover { background: transparent url('../gfx/lightbox_arrowright.png') no-repeat center right 10px; }