window.addEvent('domready', function(){


	if($('scroller-container') && $('scroller') && $('right') && $('left')) {
		
		new Scroller('scroller-container', 'scroller', 'left', 220, 'right', 'left');
	}
	
	
	if($('scroller-container-pf') && $('scroller-pf') && $('right-pf') && $('left-pf')) {
		
		new Scroller('scroller-container-pf', 'scroller-pf', 'left', 520, 'right-pf', 'left-pf');
	}
	
});

