//omatome;


//easingScroll
$(function(){
	$("a[href*='#']").easingScroll( {
		easing:"easeInOutCubic",
		duration:500
	} );
});

