#lightbox{
	position: absolute;	
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	margin: 0 auto;
	}
	
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; outline: none; }

#lightbox a {
	outline: none;
	}
	
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	}
	
#imageContainer{
	padding: 10px;
	margin: 0 auto;}

#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;}
*/


#lightboxNav {
	width: 90%;
	margin: 0 auto;
	padding: 2px 0 3px 0;
	position: relative;
	text-align: center;
	}


#prevLink, #nextLink {
	display: block;
	width: 44px;
	height: 35px;
	}

#prevLink {
	float: left;
	background: url(../images/dg_prev.gif) top left no-repeat;
	}

#nextLink {
	float: right;
	background: url(../images/dg_next.gif) top left no-repeat;
	}

#lightboxNav .inactive {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	cursor: default;
	}

#imageDataContainer{
	font: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	text-align: left;}

#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails {
	/* width: 90%; */
	/* float: left; */
	/* text-align: left; */
	margin: 5px 15px;
	}
	
#imageData #caption { font-weight: bold; color: #111;	}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	text-align: center;
	font-size: 80%;
	}			



#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
