body{ margin: 0; padding: 0; }
#lightbox{
  font-size: 12px;
  color: #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 42px; border: 1px solid black; }
#lightbox img{ 
  border: none;
  clear: both;
  cursor: hand;
  }

#overlay img{ 
  border: none;
  cursor: hand;
  }

#overlay{ background-image: url('http://www.bommie.com/img/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.bommie.com/img/overlay.png", sizingMethod="scale");
  cursor: hand;
	}
