html, body {
	height: auto;
	}
	
	#lightbox{
	background-color:#EDE0A3;
	padding: 9px;
	border: 0px;
	z-index:100;
	line-height:0px;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
	
#lightboxCaption{ 
	float: left; 
	}

#keyboardMsg{ 
	float: right; 
	}
	
#closeButton{ 
	top: 4px; 
	right: 4px; 
	display:none;
	}

#lightbox img{ 
	border: none; 
	clear: both;
	} 
	
#overlay img{ 
	border: none; 
	}

#overlay{ 
	background-color: #000000;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	-khtml-opacity: 0.85;
	z-index:100;  
	}

* html #overlay{
	background-color: #333;
	}