$(document).ready(function() {	
	$("a[rel=vendita_banco]").fancybox({
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Immagine ' +  (currentIndex + 1) + ' di ' + currentArray.length + '</span>';
		}
	});
});
