@charset "utf-8";

/* CSS SLIDER */

/* DIV'S */ /* DIV'S *//* DIV'S *//* DIV'S *//* DIV'S */

#slider { width:100%; height:auto; background:none center no-repeat; float:left; }
#slider_ct { width:868px; height:300px; background:none; margin-left:auto; margin-right:auto; }




#nivo_slider { width:868px; height:300px; background:url(../../img/geral/slider/carregando.gif) no-repeat 50% 50%; margin-left:auto; margin-right:auto; float:none; }
	#slider img { position:absolute; top:0px; left:0px; display:none; }
	#slider a { border:0; display:block; }
		.nivo-controlNav { /* Círculos de controle dos slides */ position:absolute; /* left:414px; Para 3 slides */ left:401px; /* 4 slides */ /* left:389px; Para 5 slides */ bottom:-60px; }
		.nivo-controlNav a { /* Círculos de controle dos slides */ display:block; width:22px;
height:22px; /* background:url(../../img/geral/slider/circulos.png) no-repeat; */ background:none; text-indent:-9999px; border:0; margin-right:3px; float:left; position:relative; /* Outros estilos - numerado */ z-index:99; cursor:pointer; }
		.nivo-controlNav a.active { /* Círculos de controle dos slides */ background-position:0 -22px; /* font-weight:bold; /* Outros estilos - numerado negrito */ }
				.nivo-directionNav a { /* Setas de controle dos slides */ display:block; width:30px; height:30px; background:url(../../img/geral/slider/setas.png) no-repeat; text-indent:-9999px; border:0; position:absolute; top:45%; z-index:99; cursor:pointer; }
				a.nivo-nextNav { /* Setas de controle dos slides - próxima */ background-position:-30px 0; right:15px; }
				a.nivo-prevNav { /* Setas de controle dos slides - anterior */ left:15px; }
				
				
				
		/* The Nivo Slider styles */
		.nivoSlider { position:relative; }
		.nivoSlider img { position:absolute; top:100px; left:0px; }
			.nivoSlider a.nivo-imageLink { /* Links nas imagens */ position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none; }
			/* The slices in the Slider */
			.nivo-slice { display:block; position:absolute; z-index:50; height:100%; }
			.nivo-caption { /* Tarja preta */ position:absolute; margin-left:0px; bottom:0px; background:#000000; color:#FFFFFF; width:100%; height:30px; z-index:89; width:900px; text-shadow:none; font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;; }
			.nivo-caption p { /* Textos na tarja preta */ text-align:center; font-weight:bold; font-size:14px; padding:8px; margin:auto; }
			.nivo-caption a { /* Links em textos na tarja preta */
				text-align:center; font-weight:bold; font-size:14px; display:inline !important; color:#FF0; text-decoration:underline; }
			.nivo-caption a:hover { /* Links em textos na tarja preta */ text-align:center; font-weight:bold; font-size:14px; display:inline !important; color:#FF0; text-decoration:underline; }
			.nivo-html-caption { display:none; }