/*
 * lightbox.css
 *
 * Originally by Lokesh Dhakar (http://www.huddletogether.com) and licensed
 * under Creative Commons Attribution 2.5 License
 * (http://creativecommons.org/licenses/by/2.5/). For more information on this
 * css (and the associated script), visit:
 *    http://huddletogether.com/projects/lightbox/
 *
 * Modified by Peter Mawhorter:
 *   Removed borders and caption elements and swapped image urls.
 */

#lightbox{
  /*background-color:#888888;*/
  padding: 0px;
  margin: 0px;
}
#keyboardMsg{ float: right; }
#closeButton{
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
}

#lightbox img{
  border: none;
  clear: both;
  margin:0px;
  padding:0px;
}

#overlay img{
  border: none;
}

/* TODO: Fix this image URL */
#overlay{
  background-image: url(http://home.diap.com/images/overlay.png);
}

/* TODO: Fix this image URL */
* html #overlay{
  background-color: #333;
  back\ground-color: transparent;
  background-image: url(http://home.diap.com/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://home.di
  ap.com/images/overlay.png", sizingMethod="scale");
}
