#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}	
#lightboxCaption{ float: left; } /* taken from img alt txt */
#keyboardMsg{ float: right; } /* press x to close */

#lightbox img{ border: none; } 
#overlay img{ border: none; }

/* translucent blk bg */
#overlay{ background-image: url('http://www.creationnonstop.com/beast2/images/overlay.png'); }

/* makes translucent blk bg trans in IE */
* html #overlay{
    background-color: #000;
    back\ground-color: transparent;
    background-image: url('http://www.creationnonstop.com/beast2/images/spacer.gif');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.creationnonstop.com/beast2/images/overlay.png", sizingMethod="scale");
}
  
