

#CARROSSEL_QUADRO {
	position:relative;
	width:681px;
	height:279px; 
	margin-top:0px; 
	background-image:url(fundo-spot.png); 
	background-repeat:no-repeat; 
	padding-top:9px; 
	padding-left:16px; 
}



#CARROSSEL_FUNDO_IMAGEM {
	position:relative;
	width:681px;
	height:279px; 



}


.CARROSSEL_IMAGEM {
	width:647px;
	height:245px; 



}


#CARROSSEL_BOTAO_ANTERIOR { 
	width:30px;
	height:246px; 

	position:absolute; 
	left:16px;

	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;
}

