// jQuery.cycle
$(document).ready(function() {
  $("#banner").cycle({
    fx: "fade", // "fade"
    speed: 1200, // 1000
    timeout: 5000, // 4000
    autostop: true, // 0
    delay: -3000, // 0
  });
});

