/* ###### ZOOM ###### */

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
.ImageBoxLoader
	{
	position: absolute; left: 10px; top: 10px; display: none;
	}
.ImageBoxOverlay
	{
	overflow: visible; position: absolute; top: 0pt; left: 0pt; opacity: 0; height: 602px; width: 1024px; display: none;
	}
.ImageBoxOuterContainer
	{
	overflow: hidden; position: absolute; top: 40.1333px; left: 0pt; text-align: center; background-color: transparent; width: 1024px; opacity: 0.9999; display: none;
	}
.ImageBoxContainer
	{
	margin: 0pt auto; overflow: hidden; position: relative; text-align: left; top: 0pt; left: 0pt; z-index: 2; width: 520px; height: 353px; display: block;
	}
.ImageBoxPrevImage
	{overflow: hidden; position: absolute; text-decoration: none; left: 10px; top: 10px; width: 280px; height: 400px; display: none;}
.ImageBoxNextImage
	{
	overflow: hidden; position: absolute; text-decoration: none; display: block; left: 280px; top: 10px; width: 230px; height: 333px;
	}
.ImageBoxCaption
	{
	margin: 0pt auto; overflow: visible; position: relative; text-align: left; z-index: 1; visibility: hidden; width: 520px; top: -1px; display: block;
	}
.ImageBoxCaption
	{
	margin: 0pt auto; overflow: visible; position: relative; text-align: left; z-index: 1; visibility: hidden; width: 520px; top: -1px; display: block;
	}
.ImageBoxCaptionText
	{
	padding-left: 10px;
	}
.ImageBoxCaptionImages
	{
	padding-left: 10px; padding-bottom: 10px; color: #777;
	}
.ImageBoxClose
	{
	position: absolute; right: 10px; top: 0pt;
	}


