*{
	outline:none;
	margin:0;
	padding:0;
}
body{
	background-color:#FFF;
	margin:0;
	padding:0;
}

#ExibicaoFoto{
	width:100%;
	float:left;
}

#ConteudoFotoExibicao{
	margin:10px 0;
	position:relative;
	text-align:center;
	width:100%;
	float:left;
}

#ImgFotoExibicao{
	width:100%;
	float:left;
	text-align:center;
}

#LogoMarcaExibicao{
	background-image:url(../../imagens/logo_marca.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	text-align:center;
}

#FotoAnterior a{
	position:absolute;
	left:0;
	top:30%;
	background-image:url(../../imagens/detalhes_imovel/img-Anterior.jpg);
	width:45px;
	height:60px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	z-index:100;
}

#FotoSeguinte a{
	position:absolute;
	right:0;
	top:30%;
	background-image:url(../../imagens/detalhes_imovel/img-Proximo.jpg);
	width:45px;
	height:60px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	z-index:100;
}

#TituloFoto{
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin:10px 0;
}


#ExibicaoFoto #BotoesContatoExibicao{
	margin:auto;
	clear:both;
	width:684px;
}

#ExibicaoFoto #BotoesContatoExibicao a{
	background-repeat:no-repeat;
	float:left;
	display:inline;
	text-indent:-9999px;
	background-position:left top;
	height:50px;
}

#ExibicaoFoto #BotoesContatoExibicao a:hover{
	background-position:left bottom;
}

#ExibicaoFoto #BtoLigueGratisTopo a{
	background-image:url(../../imagens/detalhes_imovel/bto-LigueGratis.jpg);
	width:132px;
	margin:20px 0 0 0;
}

#ExibicaoFoto #BtoAtendimentoTopo a{
	background-image:url(../../imagens/detalhes_imovel/bto-AtendimentoOnline.jpg);
	width:162px;
	margin:20px 0 0 10px;
}

#ExibicaoFoto #BtoLigamosTopo a{
	background-image:url(../../imagens/detalhes_imovel/bto-LigamosVoce.jpg);
	width:140px;
	margin:20px 0 0 10px;
}

#ExibicaoFoto #BtoInformacoesTopo a{
	background-image:url(../../imagens/detalhes_imovel/bto-Informacoes.jpg);
	width:220px;
	margin:20px 0 0 10px;
}


