#ImageBoxOverlay
{
	background-color: #000;
	z-index: 1000;
}
#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #FFFFFF;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
}
#ImageBoxCaptionText
{
	font-family: Arial,"Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding-bottom: 5px;
}
#ImageBoxCaptionImages
{
	margin: 0;
	font-family: Arial,"Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#ImageBoxNextImage
{
	background-image: url(../imagens/estrutura/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../imagens/estrutura/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../imagens/estrutura/next.png);
	background-repeat:	no-repeat;
	background-position: right center;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../imagens/estrutura/prev.png);
	background-repeat:	no-repeat;
	background-position: left center;
}