.gallery a img {
	margin:0 1em 1em 0;
	border: 1px solid #8A0917;
}

#ImageBoxOverlay {
	background-color: #000;
}

#ImageBoxCaption {
	background-color: #F4F4EC;
}

#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages {
	margin: 0;
}

#ImageBoxNextImage {
	background-image: url(../../img/imagebox/spacer.gif);
	background-repeat:	no-repeat;
	background-color: transparent;
	background-position: right 50%;
}

#ImageBoxPrevImage {
	background-image: url(../../img/imagebox/spacer.gif);
	background-repeat:	no-repeat;
	background-color: transparent;
	background-position: left 50%;
}

#ImageBoxNextImage:hover {
	background-image: url(../../img/imagebox/right.gif);
	background-repeat:	no-repeat;
	background-position: right 50%;
}

#ImageBoxPrevImage:hover {
	background-image: url(../../img/imagebox/left.gif);
	background-repeat:	no-repeat;
	background-position: left 50%;
} 
