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