#ImageBoxOverlay
{
	background-color: #101f66;
}
#ImageBoxOverlay img
{
	border:0;
}
#ImageBoxOverlay a
{
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ImageBoxOverlay a:hover {
	background-color:#C20E27;
	color:#ffffff;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #291871;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(js/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(js/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(js/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}#ImageBoxPrevImage:hover
{
	background-image: url(js/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxClose
{
	color:#291871;
	vertical-align:center;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ImageBoxClose a:hover {
	background-color:#C20E27;
	color:#ffffff;
}

