

#CARROSSEL_QUADRO {
	position:relative;
	width:340px;
	height:auto; 
	margin-top:0px; 
	padding-top:9px; 
	padding-left:0px; 
	color:#000000;
}



#CARROSSEL_FUNDO_IMAGEM {
	position:relative;
	width:340px;
	height:auto; 
	color:#000000;


}


.CARROSSEL_IMAGEM {
	width:340px;
	height:auto; 
	color:#000000;


}


#CARROSSEL_BOTAO_ANTERIOR { 
	width:30px;
	height:auto; 

	position:absolute; 
	left:16px;
	color:#000000;
	margin-left:0px; 
	z-index:20;
	padding-top:0px; 

/*	background-image:url(fundo-degrade-esquerdo.png); */

}

#CARROSSEL_BOTAO_PROXIMO { 
	width:30px;
	height:246px; 

	position:absolute; 
	right:34px;

	padding-right:0px; 
	z-index:20; 	
	padding-top:0px; 

/*	background-image:url(fundo-degrade-direito.png);	*/

}

















/*Para dar acabamento*/
#fade_esquerda {
	background:transparent url(../imagens/intro_fade_left.png) no-repeat scroll 0 0;
	width:200px;
	height:240px;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}
#fade_direita {
	background:transparent url(../imagens/intro_fade_right.png) no-repeat scroll 0 0;
	width:200px;
	height:240px;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
}

