	jQuery(function() {
	
		jQuery(".horizontal-scroller").productScroller({
	        itemWidth : 218,
	        speed : "slow",
			slideBy : 3
	    });
		
	});

