// JavaScript Document
$(document).ready(function() {
	$("a#group").fancybox({
	'hideOnContentClick': false,
	'titlePosition'  : 'over',
	'width'				: '60%',
	'height'			: '60%'
	});

});

