#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
  position: relative;
  overflow: hidden;
	background-color: #D6E9F3;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #D6E9F3;
	position: relative;
}

#ImageBoxCaptextcontainer {
  padding-top: 20px;
}

#ImageBoxClose {
  padding: 0px;
  margin: 24px 0px 0px 0px;
}

#ImageBoxClose img {
  border: none;
}

#ImageBoxCaptionText
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 11px;
	color: #000;
}

#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/next-img.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}

#ImageBoxPrevImage:hover
{
	background-image: url(../images/previous-img.gif);
	background-repeat:	no-repeat;
	background-position: left top;
}
