#lightbox_outer{
position: absolute; display: table; height: 100%; z-index: 100;
top:0; width:100%; height:100%;
border:none;
}
#lightbox{		  z-index: 100; text-align: center;  width:100%; height:800px;display: table-cell;  vertical-align: middle !important; border:solid 0px green;
}
#lightbox img{ width: auto; height: auto;  border:solid 0px green;}
#lightbox a img{ border: hidden; }

#outerImageContainer{ position: relative; background-color: none; width: 250px; height: 250px; margin: auto; 

}
#imageContainer{ padding: 10px; border:solid 0px yellow;}

#loading{ position: absolute; top: 50%; left: 0%; height: 100%; width: 100%; text-align: center; vertical-align:middle;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: 49%; height: 100%;/* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; border: none; outline: none}
#nextLink { right: 0; float: right; border: none; outline: none}
#prevLink, #prevLink { background: url(../img/prevlabel.gif) left center no-repeat; border: none;}
#nextLink, #nextLink { background: url(../img/nextlabel.gif) right center no-repeat; border: none;}

#imageDataContainer, #imageDataContainer_top{ font: 10px Arial, sans-serif; background-color: none; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#bottomNav{
	position: absolute;
}
#imageData, #imageData_top{	padding:0 10px; color: #fff; }
#imageData #imageDetails, #imageData_top #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption, #imageData_top #caption{ font-weight: bold;	}
#imageData #numberDisplay, #imageData_top #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose, #imageData_top #bottomNavClose{ position:absolute; top:20px; left:924px;
border:none;
}	
#imageData_top{
	height:100px;
	padding-right:60px;
	padding-top:20px;
}

#overlay_news{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; z-index: 80; }

#light_td{
	border:none;
	height:100%;
	width:100%;
	vertical-align:middle;
}
#light_table{
	height:100%;
	width:100%;
	border:solid 4px white;
}


/*#outerImageContainer{ position: relative; background-color: none; width: 250px; height: 250px; margin: auto; border:solid 0px green;


margin-top: expression(((lightbox.offsetHeight/2)
-parseInt(offsetHeight)/2)  <0 ? "0" :
(lightbox.offsetHeight/2)
-(parseInt(offsetHeight)/2) +'px') ;

}*/