jQuery(function( $ ){
	$.localScroll.defaults.axis = 'xy';
	$.localScroll.hash({
		target: '.scroll',
		queue:true,
		duration:1500
	});

});
