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

#slider                                                                { float:left; }
#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:56px; width:100%; height:350px; overflow:hidden; }

#slider                                                              { width:539px; height:410px; overflow:hidden; position:relative; }
	#slider .topo                                                    { width:auto; height:56px; position:relative; z-index:1; }
		#slider .topo .esq                                           { width:4px; height:48px; }
		#slider .topo .dir                                           { width:4px; height:48px; }
		#slider .topo .meio                                          { width:auto; height:48px; }
		#slider .topo .botoes                                        { width:auto; height:48px; }
			#slider .topo .botoes .padrao                            { width:48px; height:48px; float:left; margin-right:3px; display:block; }
			#slider .topo .botoes .padrao:hover                      { background-position:0px -48px; }
			#slider .topo .botoes .ativo                             { width:48px; height:48px; float:left; margin-right:3px; display:block; }
			#slider .topo .botoes a                                  { overflow:hidden; text-indent:-999px; }
			#slider .topo .botoes .numero_01                         { width:48px; height:48px; display:block; }
			#slider .topo .botoes .numero_02                         { width:48px; height:48px; display:block; }
			#slider .topo .botoes .numero_03                         { width:48px; height:48px; display:block; }
			#slider .topo .botoes .numero_04                         { width:48px; height:48px; display:block; }
			#slider .topo .botoes .numero_05                         { width:48px; height:48px; display:block; }
			#slider .topo .botoes .numero_06                         { width:48px; height:48px; display:block; }

	#slider .foto_h                                                  { width:350px; height:263px; margin-left:94px; }
		#slider .foto_h .foto                                        { width:350px; height:263px; }
		#slider .foto_h .foto_cima                                   { width:350px; height:263px; position:absolute; }
		#slider .foto_h .foto img                                    { border:0px;}
		#slider .foto_h .texto                                       { width:350px; height:70px; margin-top:10px; 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:519px; height:350px; margin-left:20px; }
		#slider .foto_v .foto                                        { width:263px; height:350px; }
		#slider .foto_v .foto_cima                                   { width:263px; height:350px; position:absolute; }
		#slider .foto_v .foto img                                    { border:0px;}
		#slider .foto_v .texto                                       { width:220px; height:350px; 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 .esq                                  { background:url(../imagens/1/cinza_topo_esq.png) no-repeat;}
		.slideshow.cor1 .topo .dir                                  { background:url(../imagens/1/cinza_topo_dir.png) no-repeat;}
		.slideshow.cor1 .topo .meio                                 { background:url(../imagens/1/cinza_topo_meio.png) repeat-x;}
			.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 -96px;}
			.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_cima                          { background:url(../imagens/1/cinza_base_img_h_cima.png) no-repeat;}
		.slideshow.cor1 .foto_h .texto                              { color:#574f4a; }
		.slideshow.cor1 .foto_h .texto a                            { color:#574f4a; }
		
		.slideshow.cor1 .foto_v .foto_cima                          { background:url(../imagens/1/cinza_base_img_v_cima.png) no-repeat;}
		.slideshow.cor1 .foto_v .texto                              { color:#574f4a; }
		.slideshow.cor1 .foto_v .texto a                            { color:#574f4a; }

	


