		$(document).ready(function() {
		

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

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

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

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

			
		});
	
