#GB_overlay {
  background-image: url(px_portfolio.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width:  100%;
  height: 100%;
  z-index: 11;
}

* html #GB_overlay {
  background-color: #000000;
	z-index:100;
	background-repeat:repeat;
	behavior: url("/js/greyBox/iepngfix.htc");  
	filter: alpha(opacity = 95);
	position: absolute;
}



#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 4px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 930px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 980px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #fff;
  padding: 4px 0 4px 5px;
  margin: 0;
  text-align: left;
	background: #fff url(/img/PORTFOLIO/img_corner_orange.jpg) no-repeat top left;
	padding-left:10px;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

iframe {
  border:1px solid #ececec;
}

img, div, a, input, div.GB_overlay  { behavior: url("/js/greyBox/iepngfix.htc") }
