jQuery(function() {
	$("#box-sonda form").submit(function () {
		$(this).find(".loader").show()
		$("#box-sonda div.poll").load($(this).attr("action"), $(this).serialize())
		return false
	})
	
	$("#content div.gallery .foto a, #content a.zoom").fancybox({
		transitionIn: 'fade',
		transitionOut: 'fade',
		titlePosition: 'over',
		zoomOpacity: true,
		overlayShow: true,
		zoomSpeedIn: 500,
		zoomSpeedOut: 500,
		autoScale: false
	});
});
