$(document).ready(function() {
	$('div.products-cats-img-rotator-1').cycle({ 
		fx: 'scrollDown', 
		timeout: 2000 
	});
	
	$('div.products-cats-img-rotator-2').cycle({ 
		fx: 'scrollDown', 
		timeout: 3100
	});
	
	$('div.products-cats-img-rotator-3').cycle({ 
		fx: 'scrollDown',
		timeout: 2600 
	});
	
});


