/* --------------------------------	*/
/* image box						*/
/* --------------------------------	*/
#ImageBoxOverlay	{
	background			: #333 url(../img/imagebox/overlay.gif) repeat left top;
}

#ImageBoxCaption	{
	background-color	: #fff;
	border-bottom		: 3px solid #CED0D5;
	border-left			: 3px solid #CED0D5;
	border-right		: 3px solid #CED0D5;
}

#ImageBoxOuterContainer	{
	z-index				: 1000;
}

#ImageBoxContainer	{
	width				: 250px;
	height				: 250px;
	background-color	: #fff;
	
	border-top			: 3px solid #CED0D5;
	border-left			: 3px solid #CED0D5;
	border-right		: 3px solid #CED0D5;
}

#ImageBoxCaptionText	{
	font-weight			: bold;
	padding				: 0 25px 5px 10px;
	color				: #000;
}

#ImageBoxCaptionImages	{
	margin				: 0;
	font-size			: 0.9em;
	color				: #333;
}

#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;
}

.imagebox_details_link	{
	font-weight			: normal;
}
