#GB_overlay {
  background: url(overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 160;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
   background-color:#000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;

  background-image: none;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");*/

}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #000;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 180;}

* html  #GB_window {
width: 510px !important; 
height: 638px !important;
}

#GB_frame {
  border: 0;
  overflow: auto;
  height: 378px;
width: 500px;}

* html #GB_frame {
height: 610px;
overflow: hidden;
width: 500px;
 /* for IE */
  filter:alpha(opacity=100);
 
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;}

* html #GB_caption {
width: 500px;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

* html #pointer{
width: 102px !important; 
height: 102px !important;}


