$(document).ready(function() {
    $('#panel_1').cycle({
		fx: 'scrollUp',
		speed:  'slow', 
	});
});

$(document).ready(function() {
    $('#panel_2').cycle({
		fx: 'scrollUp',
		speed:  'slow',
		delay:   1000,
	});
});

$(document).ready(function() {
    $('#panel_3').cycle({
		fx: 'scrollUp',
		speed:  'slow',
		delay:   2000,
		
	});
});
