 $(document).ready(function() {
            $.ajaxSetup({cache: false});
            $('span[title]').tooltip({

		// use div.tooltip as our tooltip
		tip: '.tooltip',

		// use the fade effect instead of the default
		effect: 'fade',

		// make fadeOutSpeed similar to the browser's default
		fadeOutSpeed: 100,

		// the time before the tooltip is shown
		predelay: 80,

		// tweak the position
		position: "bottom right",
		offset: [-50, -80]
	  });
          });
//          $(function() {
//		$('#galeria a').lightBox({fixedNavigation:true});
//          });
