		$(document).ready(function() {
								   
$("a[rel=foto]").fancybox({
'titleShow'		: false,
'transitionIn'	: 'elastic',
'transitionOut'	: 'elastic'
});

$("a[rel=storia]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'autoScale'			: true,
				'titlePosition' 	: 'over',
				'titleShow'			: true,
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
			}
			});

$("a[rel=mappe]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'autoScale'			: true,
				'titlePosition' 	: 'over',
				'titleShow'			: false,
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
			}
			});

$("a[rel=mappe2]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'autoScale'			: true,
				'titlePosition' 	: 'over',
				'titleShow'			: false,
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
			}
			});
			

			
		});
	
