#ImageBoxOverlay {
    background-color: #000;
}

#ImageBoxCaption {
    background-color: #ffffff;
}

#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #ffffff;
}

#ImageBoxContainer a:focus { outline: none; }

#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 13px;
	color: #000;
}

a.ImageBoxCaptionText
{
	font-weight: bold;
	font-size: 13px;
	color: #000;
}



#ImageBoxCaptionImages
{
    color: #000;
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../img/nextlabel.gif);
	background-repeat:	no-repeat;
	background-position: center right;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/prevlabel.gif);
	background-repeat:	no-repeat;
	background-position: center left;
}