#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #ffffff;
	border-left:1px solid #A2B3BD;
	border-bottom:1px solid #A2B3BD;
	border-right:1px solid #A2B3BD;
	border-top: 0px;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color:#ffffff;
	border-left:1px solid #A2B3BD;
	border-top:1px solid #A2B3BD;
	border-right:1px solid #A2B3BD;
	border-bottom: 0px;
}
#ImageBoxCaptionText
{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#000000;
	padding-bottom: 5px;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
