#GB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	/*
  background-image: url(/images/greybox-overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  width:  100%;
  height: 100%;
  */
}

overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	/*
  background-image: url(/images/greybox-overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  width:  100%;
  height: 100%;
  */
}

* html #GB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	/*
  background-color: #000;
  background-color: transparent;
  background-image: url(/images/greybox-blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/greybox-overlay.png", sizingMethod="scale");
  */
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 2px solid #848484;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 1500;
}

#GB_frame {
  border: 0px;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #888;
  background: #848484;
  padding: 0px 0px 0px 5px;
  margin: 0;
  text-align: left;
  height: 22px;
}

#GB_window img {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}


