jQuery(document).ready(function(){
	
	// localscroll (http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html)
	jQuery.localScroll({
		easing: 'easeInOutQuint',
		duration: 800
	});

});