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

});
