#lightbox{
        background-color:#eee;
        padding: 10px;
     border-top: 1px solid #102151;
  border-left: 1px solid #102151;
  border-bottom: 1px solid #102151;
        border-right: 1px solid #102151;
        }
#lightboxDetails{
        font-size: 10px;
	  font-family: Verdana, Arial;
        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; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
        background-color: #333;
        back\ground-color: transparent;
        background-image: url(blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
        }
        
