#ImageBoxOuterContainer
	{
	z-index:101;
	}

#ImageBoxOverlay
{
	background-color: #000;
	z-index:100;
	
}
#ImageBoxCaption
{
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif, ;font-size: 11px;color: #000000;text-decoration:none;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #ffffff;
}
#ImageBoxCaptionText
{
	font-family: Geneva, Arial, Helvetica, sans-serif, ;font-size: 11px;color: #000000;text-decoration:none;
}
#ImageBoxCaptionImages
{
	margin: 4;
}
#ImageBoxNextImage
{
	background-image: url(/pixs/imagebox/right.png);
	background-color: transparent;
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage
{
	background-image: url(/pixs/imagebox/left.png);
	background-color: transparent;
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxNextImage:hover
{
	background-image: url(/pixs/imagebox/right.png);
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/pixs/imagebox/left.png);
	background-repeat:	no-repeat;
	background-position: left bottom;
}