// CODE FOR ROTATOR
$(function() {

    $('#rotator-items').cycle({
			fx: 'fade',
			speed:  	'slow',
			timeout: 	6000,
			pause: 		0
		});

	$('#rotator-items2').cycle({
			fx: 'fade',
			speed:  	'slow',
			timeout: 	6000,
			pause: 		0
		});

});
