$(function()
{
	$('.nav').localScroll({
   		hash:true,
		duration: 1500,
		stop: true
	});
	$('#navlinks').localScroll({
   		hash:true,
		duration: 1000,
		stop: true
	});
	$('#navlast').localScroll({
   		hash:true,
		duration: 1500,
		stop: true,
		easing:'easeOutBounce'
	});
	
	
	$("a.fancybox").fancybox({
		'frameWidth':	800, 
		'frameHeight':	581, 
		'padding':		0
	});
	
	$("a.fancyboxBounce").fancybox({
		'padding':		0,
		'zoomSpeedIn': 	600,
		'zoomSpeedOut': 500,
		'easingIn': 	'easeOutBack',
		'easingOut': 	'easeInBack'
	});
	
	
	
});
