/* ----------- CONFIGURAÇÃO DAS TAGS PRINCIPAIS ----------- */
#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; }
.cropSlide															   { position:absolute; margin-top:60px; width:100%; height:370px; overflow:hidden; }

#slider                                                                { width:507px; height:444px; overflow:hidden; position:relative; }
	#slider .topo                                                      { position:relative; width:507px; height:62px; z-index:1; }
		#slider .topo .botoes                                          { width:auto; height:46px; }
			#slider .topo .botoes .padrao                              { width:46px; height:46px; float:left; margin-right:5px; display:block; }
			#slider .topo .botoes .padrao:hover                        { background-position:0px -46px;}
			#slider .topo .botoes .ativo                               { width:46px; height:46px; float:left; margin-right:5px; display:block; }
			#slider .topo .botoes a                                    { overflow:hidden; text-indent:-999px; }
			#slider .topo .botoes .numero_01                           { width:46px; height:46px; display:block; }
			#slider .topo .botoes .numero_02                           { width:46px; height:46px; display:block; }
			#slider .topo .botoes .numero_03                           { width:46px; height:46px; display:block; }
			#slider .topo .botoes .numero_04                           { width:46px; height:46px; display:block; }
			#slider .topo .botoes .numero_05                           { width:46px; height:46px; display:block; }
			#slider .topo .botoes .numero_06                           { width:46px; height:46px; display:block; }

	#slider .foto_h                                                    { width:354px; height:267px; margin-left:75px; }
		#slider .foto_h .foto                                          { width:342px; height:255px; padding:6px; margin-left:-5px; }
		#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:340px; height:70px; padding:6px 10px; margin-top:10px; margin-left:-6px; line-height:13px; overflow:hidden; 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:490px; height:348px; margin-left:18px; }
		#slider .foto_v .foto                                          { width:255px; height:342px; padding:6px; }
		#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:177px; height:344px; padding:10px; margin-left:15px; line-height:13px;  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 ----------- */
	
		
	

/*-- cinza --*/
.slideshow.cor1                                                        { background:url(../imagens/1/cinza_fundo.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .padrao                              { background:url(../imagens/1/cinza_botao.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .ativo                               { background:url(../imagens/1/cinza_botao.png) 0px -92px;}
	.slideshow.cor1 .topo .botoes .numero_01                           { background:url(../imagens/1/cinza_1.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .numero_02                           { background:url(../imagens/1/cinza_2.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .numero_03                           { background:url(../imagens/1/cinza_3.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .numero_04                           { background:url(../imagens/1/cinza_4.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .numero_05                           { background:url(../imagens/1/cinza_5.png) no-repeat;}
	.slideshow.cor1 .topo .botoes .numero_06                           { background:url(../imagens/1/cinza_6.png) no-repeat;}

	.slideshow.cor1 .foto_h .foto                                      { background:url(../imagens/1/cinza_base_img_h.png) no-repeat;}
	.slideshow.cor1 .foto_h .foto_cima                                 { background:url(../imagens/1/cinza_base_img_h_cima.png) no-repeat;}
	.slideshow.cor1 .foto_h .texto                                     { color:#333333; background:url(../imagens/1/cinza_base_texto_h.png) no-repeat;}
	.slideshow.cor1 .foto_h .texto a                                   { color:#333333; }
		
	.slideshow.cor1 .foto_v .foto                                      { background:url(../imagens/1/cinza_base_img_v.png) no-repeat;}
	.slideshow.cor1 .foto_v .foto_cima                                 { background:url(../imagens/1/cinza_base_img_v_cima.png) no-repeat;}
	.slideshow.cor1 .foto_v .texto                                     { color:#333333; background:url(../imagens/1/cinza_base_texto_v.png) no-repeat;}
	.slideshow.cor1 .foto_v .texto a                                   { color:#333333; }

	

