window.addEvent('domready', function() {
	var scroll2 = new Scroller($('elWrapper'), {area:100, velocity: 0.1});
	scroll2.start();
});
