$(document).ready(function() {
	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 900,
		'frameHeight': 500
	});
});

