#ImageBoxOverlay
{
	background-color: #000;
	z-index: 520;
}
#ImageBoxOuterContainer
{
	z-index: 550;
}
#ImageBoxCaption
{
	background-color: #fff;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #fff;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionText span
{
	font-weight: normal;
}
#ImageBoxCaptionImages
{
	margin: 0;
	z-index: 1600;
}
/*
#ImageBoxNextImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
*/
#ImageBoxNextImage:hover, #ImageBoxNextImage
{
	background-image: url(/images/imagebox/next_image.gif);
	background-repeat:	no-repeat;
	background-position: right 10px;
}
#ImageBoxPrevImage:hover, #ImageBoxPrevImage
{
	background-image: url(/images/imagebox/prev_image.gif);
	background-repeat:	no-repeat;
	background-position: left 10px;
}
