#GB_overlay {
  background-color:#000;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3; 
  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(../img/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

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

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

#GB_caption {
  background: #fff;
  margin: 0;
  padding-top:5px;
  position:relative;
}

#GB_window img {
  position:absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
  cursor: hand;
  width:76px;
  height:22px;
}

#print3 { position:absolute; left:0px; top:2px; width:65px; height:57px; display:block; background:url(../img/print.jpg) no-repeat;}
#leyba-photo3 { position:relative; width:170px; height:80px; display:block; background:url(../img/leyba-photo.jpg) no-repeat; margin:0px auto;}

