$(document).ready(function() {
	$("a.group").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500
	});
});
