jQuery(document).ready(function() {

	$('.aleadPhotos')
	.cycle({ 
    fx: 'fade', 
    speed: 'slow', 
    timeout: 3000
	});

});