#lightbox{
	background-color:#f5f5f5;
	padding: 10px;
	border:5px solid #FFFFFF;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
		
	}	
#lightboxCaption{ float: left; 	 }
#keyboardMsg{ float: right; 	 }
#closeButton{ top: 5px; right: 5px; 	 }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; 	z-index:100; }

#overlay{ 
background-color:#666666;
z-index:100;  overflow:hidden;
filter:alpha(opacity=50);
      -moz-opacity:0.5;
       opacity: 0.5;
}




*html #overlay{
background-color:#666666;
z-index:100;  overflow:hidden;
filter:alpha(opacity=50);
      -moz-opacity:0.5;
       opacity: 0.5;
	}
	
