.lightbox-data {
  font:80% georgia, times new roman;
  color:#B2B2B2;
  padding:7px 0 30px 6px;
  font-style:italic;
  line-height:160%;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background:white;
	}

#imageContainer{
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 00px;
	background:white;
	}

#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: 25%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink, #prevLink:hover, #prevLink:visited:hover { left: 0; float: left; background:url(images/lightbox/prevlabel.gif) left 100% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background:url(images/lightbox/prevlabel2.gif) left 100% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { right: 0; float: right; background:url(images/lightbox/nextlabel.gif) right 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(images/lightbox/nextlabel2.gif) right 0% no-repeat; }


#imageDataContainer{
	font: 95% arial, verdana;
	font-weight:normal;
	color:white;
	margin: 0 auto;
	overflow: auto;
	width: 100%
	}

#imageData{padding:15px 0 0 0}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{}
#imageData #numberDisplay{ display: none; clear: left;	}
#imageData #bottomNavClose{ width: 17px; float: right; padding:3px 1px 0 0;}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#100008;
	 background-color:#000510;
	}
