@charset "utf-8";
/* CSS Document */

/* added z-index to keep image box above menu */
#ImageBoxOverlay{
	z-index: 999;
}

#ImageBoxOuterContainer{
	z-index: 1000;
}


#ImageBoxContainer a
{
	text-decoration: none;
}

#ImageBoxContainer img
{
	border: none;
}

#ImageBoxClose img{
	border: none;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-right:100px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image:	url(spacer.jpg);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left top;
}