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

#lightbox a img{ border: none; }

#outerImageContainer
{
  position: relative; /* set positioning context */
  padding: 0 60px; /* make 60px on each side of content for the prev/next arrows */
  margin: 0 auto; /* center the display */
}

#imageContainer
{
  border: 1px solid #900; /* red border around image */
}

#loading
{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}


#prevLink, #nextLink
{
  background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
}

#prevLink 
{ 
  left: 0;
}
#nextLink 
{ 
  right: 0;
}
#prevLink, #prevLink:hover, #prevLink:visited:hover 
{ 
	background: url(../images/lightbox/prevlabel.png) left 50% no-repeat; 
	_background: url(../images/lightbox/prevlabel.gif) left 50% no-repeat; /*Thank you, Mister Gates*/
	opacity: 0.8;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover 
{ 
	background: url(../images/lightbox/nextlabel.png) right 50% no-repeat; 
	_background: url(../images/lightbox/nextlabel.gif) right 50% no-repeat; /*You know we'll always hate you for this*/
	opacity: 0.8;
}


#imageDataContainer
{
	font: 13px Helvetica, Arial, sans-serif;
	color: #300;
	margin: 1em auto;
	line-height: 1.4em;
}

#imageData
{
	padding:0 10px;
}

#imageData #imageDetails
{ 
	width: 100%; 
	text-align: center; 
}	
#imageData #caption
{ 
  font-weight: bold;	
}
#imageData #caption a
{
	color: #333;
}

#bottomNav
{
	text-align: center;
	width: 100%;
	padding-top: 10px;
	display: inline;
}
#imageData #bottomNavClose
{ 
	padding-bottom: 0.7em; 
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
	

#imageData #bottomNavClose img
{
	height: 23px;
	width: 23px;
	top: 7px;
}		

