/* Styles for jQuery imageBox */

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	padding-bottom: 5px;
	font-size: 13px;
	color: #222;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(ibox.next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
	border:none;
}
#ImageBoxPrevImage:hover
{
	background-image: url(ibox.previous.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
	border:none;
}
