$(document).ready(function() {	

	$("a.group").fancybox({'hideOnContentClick': false});
	$("div.merchant a").fancybox({'hideOnContentClick': true});
	$("div.merchant a").fancybox({'frameWidth': 500});
	$("div.merchant a").fancybox({'frameHeight': 400});

	/* link singoli */
	$("a.popup").fancybox({'hideOnContentClick': true});
	$("a.popup").fancybox({'frameWidth': 500});
	$("a.popup").fancybox({'frameHeight': 400});
		
});
