$(document).ready(function() {
    $('.fader').cycle({
		fx: 'fade',
		speed: 1500,
		timeout: 4500
	});
});

