jQuery(document).ready(function() {

	$('#leadPanels')
	.cycle({ 
    fx: 'fade', 
    speed: 'slow', 
    timeout: 5000
	});

});