#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1999;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	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;
	}

/* prev/next links are anchors instead of images to adhere to the standard Lightbox html */
#prevLink, #nextLink{
	display: inline-block;
	}
#prevLink { width: 57px; height: 20px; background: url(../images/prevlabel.gif) no-repeat;}
#nextLink { width: 61px; height: 20px; background: url(../images/nextlabel.gif) no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel_over.gif) no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel_over.gif) no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; position: relative;}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; overflow: hidden;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1090;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#permanav{
	/*
		Min-height ensures that even when the nav buttons are hidden, there is still whitespace above the photo.
		See IE6 Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/
	*/
	min-height: 10px;
	height: auto !important;
	height: 10px;
	text-align: center;
	}