$(document).ready(function() {
    $('.slider').cycle({
		fx: 'fade', speed: 2500, timeout: 1000, random: 1, pause: 1
	});
});
