#GB_iframe {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	text-align: center;
  background-color: transparent;	
	}
#GB_overlay {
  background-image: url(/images/greybox/overlay.png);
  _background-image: url(/images/blank.gif);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/greybox/overlay.png", sizingMethod="scale");
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/blank.gif", sizingMethod="scale");
}

#GB_window {
  width: 1000px;
  top: 40%;
  left: 0px;
  position: absolute;
  /*overflow: auto;*/
  background-color: transparent;
  background-image: url(/images/blank.gif);
  /*height: 400px;*/
  z-index: 150;
  padding-top:26px;
  margin-top:-250px;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
 /* height: 378px;*/
   background-color: transparent;


}

#GB_caption {
  color: #fff;
  font-size:1.45em;
  font-weight:bold;
  position:absolute;
  top:0;
  left:30%;
}

#GB_close {
  position: absolute;
  top: 5px;
  right: 30%;
  z-index:180;
  cursor: pointer;
  cursor: hand;
}

