/* ----------- CONFIGURAÇÃO DAS TAGS PRINCIPAIS ----------- */

#slider,
#slider div                                                    { float:left;}
#slider a                                                      { text-decoration:none; }
#slider a:hover                                                { text-decoration:none; }



/*------------------------------ SLIDESHOW DE IMÓVEIS ------------------------------*/


/*-- padrões --*/
.fotoDiv                                                               { position:absolute; z-index:0; display:none; }
.cropSlider                                                            { position:absolute; margin-top:60px; width:100%; height:380px; overflow:hidden; }

#slider                                                                { width:548px; height:460px; overflow:hidden; position:relative; }
	#slider .topo                                                      { width:524px; height:60px; margin-left:24px; z-index:1; position:relative; }
		#slider .topo .botoes                                          { width:auto; height:30px; padding-top:7px; }
			#slider .topo .botoes .padrao                              { width:30px; height:30px; float:left; margin-right:5px; display:block; }
			#slider .topo .botoes .padrao:hover                        { background-position:0px -30px; }
			#slider .topo .botoes .ativo                               { width:30px; height:30px; float:left; margin-right:5px; display:block; }
			#slider .topo .botoes a                                    { overflow:hidden; text-indent:-999px }
			#slider .topo .botoes .numero_01                           { width:30px; height:30px; display:block; }
			#slider .topo .botoes .numero_02                           { width:30px; height:30px; display:block; }
			#slider .topo .botoes .numero_03                           { width:30px; height:30px; display:block; }
			#slider .topo .botoes .numero_04                           { width:30px; height:30px; display:block; }
			#slider .topo .botoes .numero_05                           { width:30px; height:30px; display:block; }
			#slider .topo .botoes .numero_06                           { width:30px; height:30px; display:block; }

	#slider .foto_h                                                    { width:538px; height:370px; margin-left:10px; margin-top:10px; }
		#slider .foto_h .foto                                          { width:355px; height:268px; padding-left:1px; padding-top:1px; margin-left:87px; }
		#slider .foto_h .foto_cima                                     { width:342px; height:255px; position:absolute; margin-top:-0px; margin-left:-0px; }
		#slider .foto_h .foto img                                      { border:0px;}
		#slider .foto_h .texto                                         { width:356px; max-height:91px; margin-left:87px; margin-top:10px; overflow:hidden; text-align:center; text-transform:uppercase; }
		#slider .foto_h .texto a                                       { cursor:pointer;}
		#slider .foto_h .texto a:hover                                 { text-decoration:underline;}
		#slider .foto_h .texto span                                    { text-transform:none;font-weight:normal;}
		
	#slider .foto_v                                                    { width:538px; height:370px; margin-left:14px; margin-top:10px; }
		#slider .foto_v .foto                                          { width:268px; height:355px; padding-left:1px; padding-top:1px; }
		#slider .foto_v .foto_cima                                     { width:255px; height:342px; position:absolute; margin-top:-0px; margin-left:-0px; }
		#slider .foto_v .foto img                                      { border:0px;}
		#slider .foto_v .texto                                         { width:220px; max-height:350px; margin-left:10px; overflow:hidden; text-transform:uppercase; }
		#slider .foto_v .texto a                                       { cursor:pointer;}
		#slider .foto_v .texto a:hover                                 { text-decoration:underline;}
		#slider .foto_v .texto span                                    { text-transform:none;font-weight:normal;}





/* ----------- CORES ----------- */
	
		
	
		
/*-- preto --*/
.slideshow.cor1                                                     { background:#313131;}
			.slideshow.cor1 .topo .botoes .padrao                   { background:url(../imagens/1/preto_botao.png) no-repeat;}
			.slideshow.cor1 .topo .botoes .ativo                    { background:url(../imagens/1/preto_botao.png) 0px -60px;}
			.slideshow.cor1 .topo .botoes .numero_01                { background:url(../imagens/1/preto_1.png) no-repeat;}
			.slideshow.cor1 .topo .botoes .numero_02                { background:url(../imagens/1/preto_2.png) no-repeat;}
			.slideshow.cor1 .topo .botoes .numero_03                { background:url(../imagens/1/preto_3.png) no-repeat;}
			.slideshow.cor1 .topo .botoes .numero_04                { background:url(../imagens/1/preto_4.png) no-repeat;}
			.slideshow.cor1 .topo .botoes .numero_05                { background:url(../imagens/1/preto_5.png) no-repeat;}
			.slideshow.cor1 .topo .botoes .numero_06                { background:url(../imagens/1/preto_6.png) no-repeat;}
			
		.slideshow.cor1 .foto_h .foto                               { background:url(../imagens/1/preto_base_img_h.png) no-repeat;}
		.slideshow.cor1 .foto_h .texto                              { color:#bdb88b; }
		.slideshow.cor1 .foto_h .texto a                            { color:#bdb88b; }
		
		.slideshow.cor1 .foto_v .foto                               { background:url(../imagens/1/preto_base_img_v.png) no-repeat;}
		.slideshow.cor1 .foto_v .texto                              { color:#bdb88b; }
		.slideshow.cor1 .foto_v .texto a                            { color:#bdb88b; }

	



