#GB_overlay {
  background-image: url(/public/js/greybox/overlay.png); 
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
  display:none;
}

* html #GB_overlay {
  background-color: white;
  background-color: transparent;
  background-image: url(/public/js/greybox/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/public/js/greybox/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 1px;
  left: 0px;
  position: fixed;
  background: white;
  border: 1px solid grey;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  width: 100%;
  height: 100%;
  border:1px solid #E2E2E2 ;
}

#GB_caption {

  display:none;
}

#GB_window img {
  position: absolute;
  top: 10px;
  left: 930px;
  cursor: pointer;
  display:block;
  padding: 1px;
}

