#ImageBoxOverlay
{
	background-color: #000000;
	color : #FFFFFF;
}
#ImageBoxCaption
{
	background-color: #FFFFFF;
	color : #000000;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
	color : #000000;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000000;
}
#ImageBoxCaptionImages
{
	margin: 0;
	color : #000000;
}

#ImageBoxNextImage
{
	background-image: url('images/spacer.gif');
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url('images/spacer.gif');
	background-color: transparent;
}

#ImageBoxNextImage:hover
{
	background-image: url('images/arrow_right.gif');
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url('images/arrow_left.gif');
	background-repeat:	no-repeat;
	background-position: left bottom;
};