(function($) {
	$(function() {
		$(".section_link_internal_anchor").localScroll({speed: 800, easing: "easeOutExpo"});

		$("#main_contents").localScroll({speed: 900, easing: "easeOutExpo"});

	});
})(jQuery);
