#GB_overlay {
  // background-image: url(overlay.png);
  background-color: #333333; 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
	filter: alpha(opacity=80);
	opacity: 0.95;
}

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

#GB_window {
  top: 50%;
  left: 50%;
  position: absolute;
  overflow: hidden;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 615px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
  visibility: hidden;
  display: none;
}

#GB_window img#gContent {
	position: relative;
	float: left;
}
#GB_window img#gClose {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  cursor: hand;
  z-index: 99;
}

/* shadow */
table.shadow
{
	position: relative;
	float: left;
	width: 100%;
}
table.shadow td.tl
{
	background-image: url(../../includes/greybox/tl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 10px;
	width: 10px;
	overflow: hidden;
}
table.shadow td.tm
{
	height: 10px;
	background-image: url(../../includes/greybox/tm.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
table.shadow td.tr
{
	height: 10px;
	width: 10px;
	background-image: url(../../includes/greybox/tr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
table.shadow td.mr
{
	width: 10px;
	background-image: url(../../includes/greybox/mr.png);
	background-repeat: repeat-y;
	background-position: left top;
}
table.shadow td.ml
{
	width: 10px;
	background-image: url(../../includes/greybox/ml.png);
	background-repeat: repeat-y;
	background-position: left top;
}
table.shadow td.bl
{
	height: 10px;
	width: 10px;
	background-image: url(../../includes/greybox/bl.png);
	background-repeat: repeat-x;
	background-position: left top;
}
table.shadow td.bm
{
	height: 10px;
	background-image: url(../../includes/greybox/bm.png);
	background-repeat: repeat-x;
	background-position: left top;
}
table.shadow td.br
{
	height: 10px;
	width: 10px;
	background-image: url(../../includes/greybox/br.png);
	background-repeat: repeat-x;
	background-position: left top;
}







