#ImageBoxOverlay
{
  background-color: #000;
}
#ImageBoxCaption
{
  background-color: #F4F4EC;
  background-color: #FEFEFE;
}
#ImageBoxContainer
{
  width: 250px;
  height: 250px;
  background-color: #F4F4EC;
  background-color: #FEFEFE;

  }
#ImageBoxCaptionText
{
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 13px;
  color: #000;
}
#ImageBoxCaptionImages
{
  margin: 0;
}
#ImageBoxNextImage
{
  background-image: url(/custom/imagebox/spacer.gif);
  background-color: transparent;
  background: url(/custom/imagebox/nextlabel.gif) top right no-repeat transparent;
  z-index: 999;
    position: relative;
      display: block;
}
#ImageBoxPrevImage
{
  background-image: url(/custom/imagebox/spacer.gif);
  background-color: transparent;
  background: url(/custom/imagebox/prevlabel.gif) bottom left no-repeat transparent !important;
  z-index: 999;
  position: relative;
  display: block;
}
/*
#ImageBoxNextImage:hover
{
  background-image: url(/custom/imagebox/nextlabel.gif);
  background-repeat:  no-repeat;
  background-position: right top;
  background-color: #fff;
}
#ImageBoxPrevImage:hover
{
  background-image: url(/custom/imagebox/prevlabel.gif);
  background-repeat:  no-repeat;
  background-position: left bottom;
}*/