/* Styles for jQuery imageBox */

#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxCaption
{
	color:#999999;
	background-color: #F4F4EC;
}

#ImageBoxCaption a
{
	color:#494949;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
}

#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	padding-bottom: 5px;
	font-size: 13px;
	color: #222;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../images/ibox.next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
	border:none;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../images/ibox.previous.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
	border:none;
}