jQuery(document).ready(function () {
	if (jQuery("div.giocatore a").length > 0) {
		jQuery("div.giocatore a").fancybox();
	}
});
