div#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxClose img {
	position: relative;
	top: 0px;
	left: 2px;
}

#ImageBoxCaption
{
	padding-bottom: 25px;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #646464;
}
#ImageBoxCaptionText
{
	display: none;
	font-weight: bold;
	padding-bottom: 15px;
	margin-left: 15px;
	font-size: 12pt;
	color: #010101;
	font-family: "Trebuchet MS", Verdana;
}

#ImageBoxCaptionText span {
	margin-left: 10px;
	font-size: 13pt;
	color: #a4a4a4;
}

#ImageBoxCaptionImages
{
	display: none;
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/bitrix/templates/index/i/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/bitrix/templates/index/i/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/bitrix/templates/index/i/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right 100%;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/bitrix/templates/index/i/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left 100%;
}
