$(document).ready( function() {
  $('#slide').cycle({
    fx:    'fade',
    speed:  2500,
    timeout:  1000
 });
})

