$(function() {
	
	//lightbox
	//$('#place_city').lightBox({fixedNavigation:true});
	//$('#land_plan').lightBox({fixedNavigation:true});
	
	//$('.ree-item-img').each(function() {
		$('.ree-item-img').lightBox({fixedNavigation:true});
	//});
	
	
	
	//egual columns
	$(".realstate-content > div").equalHeights();
	
});
