

#ImageBoxOverlay

{

	background-color: #000;

}

#ImageBoxCaption

{

	background-color: #F4F4EC;

}

#ImageBoxContainer

{

	width: 50px;

	height: 50px;

	background-color: #F4F4EC;

}

#ImageBoxCaptionText

{

	padding-bottom: 5px;

	font-size: 11px;

	color: #000;

}

#ImageBoxCaptionImages

{

	margin: 0;

}

#ImageBoxNextImage

{

	background-image: url(items/imagebox/spacer.gif);

	background-color: transparent;

}

#ImageBoxPrevImage

{

	background-image: url(items/imagebox/spacer.gif);

	background-color: transparent;

}

#ImageBoxNextImage:hover

{

	background-image: url(items/imagebox/next_image.jpg);

	background-repeat:	no-repeat;

	background-position: right top;

}

#ImageBoxPrevImage:hover

{

	background-image: url(items/imagebox/prev_image.jpg);

	background-repeat:	no-repeat;

	background-position: left bottom;

}

