$(function() {
  $(".project .images .image a.group").fancybox({
    'padding': 0,
    'hideOnContentClick': false,
		'zoomSpeedIn'			: 300,
		'zoomSpeedOut'			: 200,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
  });
});