$(document).ready(function(){
	$.localScroll({
		offset: {left: 0, top: -7},
		hash: false
	});
});