jQuery(function( $ ){
	$.localScroll.defaults.axis = 'xy';

	$.localScroll.hash({
		target: '#content',
		queue:true,
		duration:1000,

	});
	
	$.localScroll({
		target: '#content',
		queue:true,
		duration:1000,
		hash:true,
		onBefore:function( e, anchor, $target ){

		},
		onAfter:function( anchor, settings ){

		}
	});
});
