$(function(){
	$("div.gallery a").fancybox({ 
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500,
		'easingIn': 'swing',
		'easingOut': 'swing'
	}); 
}); 