$(window).bind("load", function() {
	$("a.fancybox").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'titlePosition'			: 'over',
		'hideOnContentClick'	: true,
		'cyclic'				: true
	});
    $("a.inline").fancybox({
		'hideOnContentClick'	: false,
		'overlayShow'			: true,
		'overlayOpacity'		: 0.7,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
	});

});
