#GB_overlay {
	position:fixed;
	margin:0;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	filter:alpha(opacity=60);
}

* html #GB_overlay {
	background:#000;
	opacity:.6;
	filter:alpha(opacity=60);
}

#GB_window {
  top:10px;
  left:0;
  position:absolute;
  background:none;
  border:none;
  overflow:hidden;
  width:460px;
  height:700px;
  z-index:150;
}

#GB_frame {
  border:0;
  overflow:auto;
  width:100%;
  height:100%;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
  visibility:hidden
}
/*
* #GB_btn {
  position:absolute;
  width:45px;
  height:55px;
  display:block;
  cursor:pointer;
  cursor:hand;
  top:108px;
  right:33px
}
*/
* #GB_btn {
  position:absolute;
  width:45px;
  height:55px;
  display:block;
  cursor:pointer;
  cursor:hand
}