/* GreyBox */
#GB_overlay {
  background-image: url(/images/greybox_overlay_mid2.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 500px;
}
* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/images/clear.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/greybox_overlay_mid2.png", sizingMethod="scale");
}
#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  overflow: auto;
  width: 400px;
  z-index: 150;
  border: none;
}
#GB_frame {
  border: none;
  overflow: hidden;
  width: 100%;
}
#GB_close {
  color: #000;
  background: #FFF;
  padding: 0px 20px 20px 0px;
  margin: 0;
  text-align: right;
}

/* ImageBox */
#ImageBoxOverlay {
    background-color: #000;
}
#ImageBoxCaption {
    background-color: #F4F4EC;
}
#ImageBoxContainer {
    width: 250px;
    height: 250px;
    background-color: #F4F4EC;
}
#ImageBoxCaptionText {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #000;
}
#ImageBoxCaptionImages {
    margin: 0;
    visibility: hidden;
}
#ImageBoxNextImage {
    background-image: url(/images/clear.gif);
    background-color: transparent;
}
#ImageBoxPrevImage {
    background-image: url(/images/clear.gif);
    background-color: transparent;
}
#ImageBoxNextImage:hover {
    background-image: url(/images/greybox_right.jpg);
    background-repeat:    no-repeat;
    background-position: right top;
}
#ImageBoxPrevImage:hover {
    background-image: url(/images/greybox_left.jpg);
    background-repeat:    no-repeat;
    background-position: left top;
}