// swfobject.registerObject("slideshow", "9.0.0", "/other/expressInstall.swf");

$(document).ready(function() {
	$("a.swf").fancybox({
		'type':'swf',
		'width':640,
		'height':480,
		'padding':0,
		'autoScale':false,
		'transitionIn':'none',
		'transitionOut':'none'
	});
    $('a[rel=gallery]').fancybox({
        'transitionIn':'none',
        'transitionOut':'none',
        'titlePosition':'over',
        'titleFormat':function(title, currentArray, currentIndex, currentOpts) {
            return '<span id="fancybox-title-over">Immagine ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
        }
    });
});

