window.addEvent('domready', function() {
	new SmoothScroll({ duration: 1800, transition: Fx.Transitions.Sine.easeInOut });
});

