#ImageBoxOverlay
{
	background-color: #000;
	position: absolute;
	z-index:2;
	overflow: hidden;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
	overflow: hidden;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 26px;
	font-size: 13px;
	color: #000;
	
}
#ImageBoxCaptionImages
{
	margin: 0;
	display: none;
}
#ImageBoxNextImage
{
	background-image: url(/images/pl/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/pl/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/pl/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/pl/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxOuterContainer {
	position: absolute;
	z-index:3;
}
