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

#lightbox a img{ border: none; }

#outerImageContainer
  {
  position: relative;
  background-color: #3f403f;
  width: 550px;
  margin: 0 auto;
  border: 5px solid #CCC;
  text-align: left;
  }

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

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

#home-swf-popup
  {
  position: absolute;
  width: 780px;
  height: 460px;
  padding: 15px;
  z-index: 95;
  }
#home-swf-popup-close
  {
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 32px;
  height: 32px;
  }
  
