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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 150px;
	margin: 0px auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0px;
	}
#hoverNav{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	
	}
#imageContainer>#hoverNav{ left: 0px;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink, *bottomNav{
	padding: 10px;
	width: 19px;
	height: 19px;
	background: transparent url(../abbbg/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#bottomNav  { left: 0px; float: left; }
#prevLink  { left: 0px; float: left; }
#nextLink { right: 0px; float: right;}



#imageDataContainer{
	color: #707172; font-size: 9pt; line-height:16pt; letter-spacing:0em; font-family: verdana, arial, helvetica, sans-serif;  font-weight: normal;
	background-color: #fff;
	margin: 0px auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
	
	
#numberDisplay {	
	color: #707172; font-size: 9pt; line-height:16pt; letter-spacing:0em; font-family: verdana, arial, helvetica, sans-serif;  font-weight: normal;
	background-color: #fff;
	margin: 0px auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ float: left; text-align: left; padding: 20px 30px 10px 30px;}	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 100%;  float: right; text-align: right; padding-bottom: 0.8em;	}	
		
#overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 530px;
	background-color: #8BA8B6;
	}