#GB_overlay {
  background-color: #333333;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 3000px;
}

* html #GB_overlay {
  background-color: #333333;
}

#GB_window {
  top: 30px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 1px solid #999999;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  width: 100%;
  height: 378px;
  overflow: hidden;
  text-align: center;
}

#GB_caption {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #000000;
  padding: 7px 0 2px 5px;
  margin: 0;
  height: 40px;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}
.MagicMagnify{
	width: 200%;
	height: 200%;
}