#lightbox{
	border-bottom: 3px solid #555;
	border-right: 3px solid #555;

/* Copied from: div.contentDiv */
      color: black;
      background-color: #ffAAaa;
      background-image: url('/gfx/1/vGreekKey.gif');
      background-repeat: repeat-y;
      background-position: right;
      margin:0;
      border-color:#600000;
      border-style:solid;
      border-width:14px 4px 4px 4px;
      /* Need a bit more padding on the right to clear the fancy border image: */
      padding:4px 14px 1px 4px;
      border-radius:11px; -moz-border-radius:11px; -webkit-border-radius:11px;
	}

#lightboxDetails{
	font-size: 1em;
	padding-top: 0.5em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 1px; right: 11px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }  /* Changing this name may break the script! MJB */

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
