window.addEvent('domready',function() {
	//scroller
	new SmoothScroll({duration:800, transition:Fx.Transitions.quintOut});

});