$(document).ready(function() {
	$("a.group").fancybox({
		'hideOnContentClick': true,
		'frameWidth': 800,
		'frameHeight': 350,
	});

});