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

