#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxContainer a:focus { outline: none; }

#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxNextImage, #ImageBoxPrevImage
{

	width: 100%;
	height: 100%;
	margin-top: -5px !important;
	background-color: transparent;
	display: block;
}

#ImageBoxNextImage
{
	background-image: url(../js/imagebox/images/next.jpg);
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage
{
	background-image: url(../js/imagebox/images/prev.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
