#ImageBoxOverlay
{
	background-color: #FFFFFF;
}
#ImageBoxCaption
{
	background-color: #3F3F3F;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #3F3F3F;
}
#ImageBoxCaptionText
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	color: #FFFFFF;

}
#ImageBoxCaptionImages
{
	margin: 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background-color:transparent;	
	padding-bottom:10px;
}
#ImageBoxNextImage
{
	background-image: url(../img/lay/x-blank.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../img/lay/x-blank.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../img/lay/x-next-image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/lay/x-prev-image.jpg);
	background-repeat:	no-repeat;
	background-position: left top;
}