a#ImageBoxClose img{border:none;}

/*Fundo da tela*/
#ImageBoxOverlay
{
	background-color: #000;
	/*height:100% !important;*/
}
/*Descri��o da imagem*/
#ImageBoxCaption
{
	color:#7d7d7d;
	font:13px Arial, "Times New Roman", Times, serif;
	background-color: white;
}
/*Box onde apresenta imagem*/
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: white;
	/*#F4F4EC*/
}
/*T�tulo da imagem*/
#ImageBoxCaptionText
{	
	
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
	cursor:default
}
/*Pagina��o*/
#ImageBoxCaptionImages
{
	margin: 0;
}
/*Pr�xima imagem*/
#ImageBoxNextImage
{
	background-image: url(/imagens/display/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/imagens/display/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/imagens/display/nextlabel.gif);
	background-repeat:	no-repeat;
	background-position: right;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/imagens/display/prevlabel.gif);
	background-repeat:	no-repeat;
	background-position: left;
}

