/* Modified Lightbox CSS file. Taken originally from:
 * http://www.huddletogether.com/projects/lightbox/
 */

#lightbox
{
  background-color:#eee;
  padding: 10px;
}

#lightbox a,
#lightbox a:hover,
.lightboxplugin a,
.lightboxplugin a:hover
{
  border: none;
  background: inherit;
}

#lightboxDetails
{
  font-size: 100%;
  padding-top: 0.4em;
}

#lightboxDetails kbd
{
  font-size: 150%;
}

#lightboxCaption { float: left; margin-top: 5px }
#keyboardMsg     { float: right; }
#closeButton     { top: 0px; right: 0px; }

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

#overlay { background-image: url("/images/risc_os_open/lightbox/overlay.png"); }

* html #overlay {
  background-color: #333;
  background-image: url(/images/utilities/blank.gif);
}

