#ImageBoxOuterContainer{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#ImageBoxOuterContainer a,
#ImageBoxOuterContainer img {
	border: 0;
}
#ImageBoxOverlay{
	background-color: #000;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 9;
}
#ImageBoxCaption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
}
#ImageBoxCaptionText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0 50px 5px 0;
}
#ImageBoxCaptionImages{
	margin: 0;
	color: #666666;
	font-weight: normal;
}
a#ImageBoxNextImage{
	background: transparent url(../lightbox/spacer.gif);
	background-position: top right;
	text-align: right;
}
a#ImageBoxPrevImage{
	background: transparent url(../lightbox/spacer.gif);
	background-position: top left;
	text-align: left;
}
a#ImageBoxNextImage:hover{
	background: url(../lightbox/spacer.gif);
	background-position: top right;
}
a#ImageBoxPrevImage:hover{
	background: url(../lightbox/spacer.gif);
	background-position: top left;
}
a#ImageBoxNextImage span,
a#ImageBoxPrevImage span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CC3366;
	position: relative;
	padding: 1px;
}
a#ImageBoxNextImage span {
	top: -1px;
	left: -1px;
}
a#ImageBoxPrevImage span {
	top: -1px;
	left: 0px;
}
a#ImageBoxClose {
	font-weight: normal;
	text-align: right;
}
a#ImageBoxNextImage, a#ImageBoxPrevImage,
a#ImageBoxNextImage:hover, a#ImageBoxPrevImage:hover{
	background-repeat:	no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	background-color: transparent;
	display: block;
}
