
$(document).ready(function(){	
	$("#slider").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',
		auto: true, 
		continuous: true
	});	



$(".tel").mask("(99)9999-9999");
$(".cel").mask("(99)9999-9999");




$('input.file').filestyle({ image: 'images/btn-procurar.gif', imagewidth : 98, imageheight : 27, width : 194 });


		
$("#mapa").googleMap( -23.532121, -46.793965, 17, { controls: ["GSmallMapControl", "GMapTypeControl"], markers: $(".geo") });
	

});
