#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4F4;
	border-left:2px solid #a3221d;
	border-bottom:2px solid #a3221d;
	border-right:2px solid #a3221d;
	border-top: 0px;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color:#F4F4F4;
	border-left:2px solid #a3221d;
	border-top:2px solid #a3221d;
	border-right:2px solid #a3221d;
	border-bottom: 0px;
}
#ImageBoxCaptionText
{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#000000;
	padding-bottom: 5px;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/pics/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/pics/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(http://test.seosgroup.ru/pics/imagebox/next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(http://test.seosgroup.ru/pics/imagebox/prev.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}