/* ---------- overlay */
#htLightBoxOverlay{
  background-image: url(overlay.png);
  }
* html #htLightBoxOverlay{
  background-color: #333;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
  back\ground-color: transparent;
  }
#htLightBoxOverlay #htLightBoxLoading{
  display:block;
  position:absolute;
  width:126px;
  height:22px;
  margin:-11px 0 0 -63px;
  background:url(loading.gif) left top no-repeat;
  z-index:150;
  }

#htLightBox {
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  }
#htLightBox img{
  border: none;
  clear: both;
  }
#htLightBox #htLightBoxDetail{
  font-size: 0.8em;
  padding-top: 0.4em;
  }
#htLightBox #htLightBoxCaption{
  float: left;
  }
#htLightBox #htLightBoxKeyMsg{
  float: right;
  }
#htLightBox #htLightBoxClose{
  width:20px;
  height:20px;
  background:url(close.gif) left top no-repeat;
  z-index:200;
  position:absolute;
  top:5px;
  right:5px;
  }
