/* lightbox.css

Copyright 2009 Future Medium Pty Ltd

*/

/* overrides */

#overlay {
  background-color: #0d375f;
  -moz-opacity: 0.95;
  opacity:.95;
  filter: alpha(opacity=95);
}

#lightbox {
  width: 570px;
  margin-left: -285px;
  background: transparent;
  border: 0;
}

#lightbox.done img {
  width: auto;
  height: auto;
}

/* page styles */
