#lightbox
  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer
  {
  position: relative;
  background-color: #FFFFFF;
  width: 550px;
  margin: 0 auto;
  text-align: left;
  }

#loading
  {
  position: absolute;
  top: -300px;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }

#overlay
  {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  }
  
#info
  {
  padding: 10px;
  margin-right: 60px;
  }

#info-control
  {
  padding: 10px;
  color: #666666;
  float: right;
  width: 50px;
  }

#info-control a
  {
  color: #666666;
  padding-right: 20px;
  background: #FFFFFF url(/images/cross.gif) no-repeat right;
  }