#ImageBoxOverlay
{
        background-color: #000000;
        overflow: hidden;
		z-index: 998;
		
}

#ImageBoxOuterContainer { z-index: 999; }

#ImageBoxCaption
{
        background-color: #F4F4EC;
		color: #777;
		font-size: 11px;
		height: 35px;
}

#ImageBoxCaption a { border: 0; }
#ImageBoxCaption img { border: 0; }

#ImageBoxContainer
{
        width: 250px;
        height: 250px;
        background-color: #F4F4EC;
		
		
}
#ImageBoxCaptionText
{
        
        padding-bottom: 5px;
        font-size: 12px;
        color: #555;
		 
}
#ImageBoxCaptionImages
{
        margin: 0;
		z-index: 91;
}
#ImageBoxNextImage
{
        background-image: url(next.gif);
        background-repeat:        no-repeat;
        background-position: right 60px;
        background-color: transparent;
        filter:alpha(opacity=20);
        -moz-opacity: 0.2;
        opacity: 0.2;
}
#ImageBoxPrevImage
{
        background-image: url(prev.gif);
        background-color: transparent;
        background-repeat:        no-repeat;
        background-position: left 60px;
        filter:alpha(opacity=20);
        -moz-opacity: 0.2;
        opacity: 0.2;
}
#ImageBoxNextImage:hover
{
        filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
}
#ImageBoxPrevImage:hover
{
        filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
};
