/*******************************************************
* Slider de Fotos do Imóvel
*******************************************************/
.flexslider { margin: 0 0 10px; }
a.flex-prev:before,
a.flex-next:before { font-family: "FontAwesome" !important; font-size: 40px; color: #000; }
a.flex-prev:before { content: '\f053' !important; }
a.flex-next:before { content: '\f054' !important; }
.flex-direction-nav a { height: 50px !important; }

#photo-carousel div {
	width: 100%;
	height: 130px;
	background-size: cover;
	background-position: center;
}
/*#photo-slider {
	height: auto !important;
}*/