/* --------------------------------	*/
/* image box						*/
/* --------------------------------	*/
#ImageBoxOverlay	{
	background			: #0575BD url(../img/imagebox/bg.gif);
}

#ImageBoxCaption	{
	background-color	: #fff;
}

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

#ImageBoxCaptionText	{
	font-weight			: bold;
	padding-bottom		: 5px;
	color				: #737373;
}

#ImageBoxCaptionImages	{
	margin				: 0;
	font-size			: 0.9em;
	color				: #737373;
}

#ImageBoxNextImage	{
	background-image	: url(../img/imagebox/spacer.gif);
	background-color	: transparent;
}

#ImageBoxPrevImage	{
	background-image	: url(../img/imagebox/spacer.gif);
	background-color	: transparent;
}

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

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