#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img{ border: 1px solid #666; }

#lightbox-inner
{
	width: 400px;
	margin: 0 auto;
	background: #fff;
	border: 4px solid #666;
}

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
	}

#imageContainer{
	padding: 10px;
	text-align: center;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loading img{border: none;}
#hoverNav{
    background: #fff;
	position: absolute;
	bottom: -36px;
	left: 0;
	height: 36px;
	width: 100%;
	z-index: 10;
	}
* html  #hoverNav{
	padding: 0 11px;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 80px;
	height: 17px !important;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	position: absolute;
	top: 5px;
	}
#prevLink { left: 10px;  background: url(/images/lightbox/prevlabel.gif) left no-repeat;}
#nextLink { right: 10px; background: url(/images/lightbox/nextlabel.gif) right no-repeat;}
 
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	color: #fff;
	position: relative;
	background: #fff;
	}
* html #imageDataContainer{
    border: 1px solid #fff;
  	}

#imageData{
	padding: 0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption
{
	font-weight: bold;
	text-align: left;
}
#imageData #numberDisplay{ display: none;}			
#imageData #bottomNavClose
{
	display: block;
	color: #000 !important;
	text-align: right;
	text-decoration: none;
	font-size: 1.2em;
	padding: 10px 0 0;
}	
#imageData a#bottomNavClose:hover
{
	text-decoration: underline;
}

#imageData #bottomNavClose img
{
	border: none;
	width: 49px;
	height: 14px;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: transparent;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

