#lightbox{ width: 100%; text-align: center; line-height: 0; position: absolute; z-index: 0; }

#lightbox a img{ border-style: none; }

#outerImageContainer{ background-color: #126dff; width: 280px; height: 180px; padding: 4px; }

#imageContainer{ padding: 4px; }

#imageDataContainer{ color: #fff; font: 11px/12px "Microsoft Sans Serif", serif, tahoma, verdana; background-color: #126dff; text-decoration: none; padding-bottom: 4px; }

#imageData{ padding-right: 4px; padding-left: 4px; }
#imageData #imageDetails{ width: 100%; text-align: left; }	
#imageData #bottomNavClose{ width: auto; float: right; padding-top: 2px; padding-bottom: 2px; }	
		
#overlay{ position: absolute; z-index: 0; width: 100%; height: 100%; background-color: #fff; top: 0; left: 0; filter:alpha(opacity=50); -moz-opacity: 0.6; opacity: 0.6; }
