$(document).ready(function(){
	$('.popup a').fancybox({
		//'itemLoadCallback': getGroupItems
		'hideOnContentClick': true
	});
	
});