#ImageBoxOverlay
{
    background-color: #171717;
    z-index: 9999;
}
#ImageBoxCaption
{
    background-color: #F4F4EC;
}
#ImageBoxContainer
{
    width: 250px;
    height: 250px;
    background-color: #F4F4EC;
}
#ImageBoxOuterContainer {
    z-index: 9999;
}
#ImageBoxCaptionText
{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #000;
}
#ImageBoxCaptionImages
{
    font-size: 12px;
    color: #12407e;
    margin: 0;
}
#ImageBoxNextImage
{
    background-color: transparent;
}
#ImageBoxPrevImage
{
    background-color: transparent;
}
#ImageBoxNextImage:hover
{
    background-repeat:  no-repeat;
    background-position: right top;
    background-image: url('../images/admin/next_img.gif');
}
#ImageBoxPrevImage:hover
{
    background-repeat:  no-repeat;
    background-position: left bottom;
    background-image: url('../images/admin/prev_img.gif');
}

#ImageBoxClose { clear: both; text-decoration: underline;  color: #054ea8; font-weight: bold; margin-right: 20px; }
#ImageBoxClose:hover { color: red; }
