
#ImageBoxOverlay
{
background-color: #000;
z-index:198;
}
#ImageBoxCaption
{
background-color: #F4F4EC;
}

#ImageBoxCaption a img {
   border: none;
}
#ImageBoxContainer
{
width: 250px;
height: 250px;
background-color: #F4F4EC;
z-index: 2000;
}
#ImageBoxCaptionText
{
font-weight: bold;
padding-bottom: 5px;
font-size: 13px;
color: #000;
}
#ImageBoxCaptionImages
{
margin: 0;
}
#ImageBoxNextImage
{
background-image: url(../img/imagebox/spacer.gif);
background-color: transparent;
}
#ImageBoxPrevImage
{
background-image: url(../img/imagebox/spacer.gif);
background-color: transparent;
}
#ImageBoxNextImage:hover
{
background-image: url(../img/imagebox/next_image.jpg);
background-repeat:	no-repeat;
background-position: top right;
}
#ImageBoxPrevImage:hover
{
background-image: url(../img/imagebox/prev_image.jpg);
background-repeat:	no-repeat;
background-position: top left;
}

#ImageBoxOuterContainer {
z-index: 2000;
}