$(document).ready(function() {
    $('.slide').cycle({
    fx: 'fade',
    speed: 700,
    timeout: 9000
  });
});
























