
    $(document).ready(function() {
      $('#slider').cycle({
		  fx: 'fade',
		  timeout: '3000'
    	});
    });
