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

}


* html #GB_overlay{
	position:fixed;
}

#GB_window {
  position: absolute;
  background: #fff;
  border:5px solid #FFFFFF;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 99999;
  overflow:hidden;

  display:block;
height:677px;
left:50%;
margin-left:-440px;
margin-top:-335px;
top:50%;
width:880px;
}

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

#GB_caption {
background:#018100 none repeat scroll 0 0;
color:#FFFFFF;
font-family:arial,sans-serif;
font-size:10px;
font-size-adjust:none;
font-weight:normal;
letter-spacing:2px;
line-height:normal;
margin:0 0 5px 0;
padding:4px 0 2px 5px;
text-align:left;
text-transform:uppercase;
}

#GB_window img {
cursor:pointer;
position:absolute;
right:1px;
top:-4px;
  cursor: hand;
}

