#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
  font-family: Arial;
	font-size: 12px;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ text-align: center; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 


#overlay{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
  background-color:#333;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  align: center;
}