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

