
#ImageBoxOverlay {
	background-color: #000
}
#ImageBoxCaption {
	background-color: #f4f4ec
}
#ImageBoxContainer {
	width: 250px; height: 250px; background-color: #f4f4ec
}
#ImageBoxCaptionText {
	font-weight: bold; font-SIZE: 13px; padding-bottom: 5px; color: #000
}
#ImageBoxCaptionimages {
	margin: 0px
}
#ImageBoxNextimage {
	background-image: url(images/spacer.gif); background-color: transparent
}
#ImageBoxPrevimage {
	background-image: url(images/spacer.gif); background-color: transparent
}
#ImageBoxNextimage:hover {
	background-position: right top; background-image: url(images/next_image.jpg); background-repeat: no-repeat
}
#ImageBoxPrevimage:hover {
	background-position: left bottom; background-image: url(images/prev_image.jpg); background-repeat: no-repeat
}