

	// activate localscroll on internal #anchor links
	$(document).ready(function() {
		$.localScroll({duration:500, axis:'y'})
	 });
	
	
