$(document).ready( function () {
	
   $(function() {
        $('.lightboxfx').lightBox();
});	


/*////////// tooltip /////////*/
	
$(function() {
  $('.punto-domanda').tooltip({
				showURL: false,
				fade: 350,
				left: -30,
				top: -50
			}); 	
});
					
	});
 
