/* --------------------------------	*/
/* image box						*/
/* --------------------------------	*/
#ImageBoxOverlay	{
	background-color	: #4D4D4D;
	z-index				: 1000;
}

#ImageBoxCaption	{
	background-color	: #fff;
}

#ImageBoxOuterContainer	{
	z-index				: 1100;
}

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

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

#ImageBoxCaptionImages	{
	margin				: 0;
	font-size			: 1em;
	color				: #fff;
}

#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;
}