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