#ImageBoxOverlay {
	background-color: #000000;
}
#ImageBoxCaption {
	background-color: #6A9A2D;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #6A9A2D;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #FFFFFF;
}
#ImageBoxCaptionImages {
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
}
#ImageBoxNextImage {
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(../img/suiv.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(../img/prec.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}