#GB_overlay {
 /* background-color: #D3D2BE;*/
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}


* html #GB_overlay {
 /*
  background-color: #000;
  background-color: transparent;
  */

}

#GB_window {
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #D3D2BE;
  border: 5px solid #aaa;
/*  overflow: auto;   */
  width: 190px;
  height:150px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 95%;
  height: 155px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

