div#ImageBoxOuterContainer { 
z-index:200;
}
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #FFFFFF;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	/*color: #666666;*/
}
#ImageBoxCaptionImages
{
	margin: 0;
	color: #666666;
}
#ImageBoxNextImage
{
	/*background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;*/
	background-image: url(../img/suivante.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage
{
	/*background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;*/
	background-image: url(../img/precedente.gif);
	background-repeat:	no-repeat;
	background-position: left top;
}
#ImageBoxNextImage:hover
{
	background-image: url(../img/suivante.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/precedente.gif);
	background-repeat:	no-repeat;
	background-position: left top;
}

