$(document).ready(function() {
  
  $('.banner').cycle({
    fx: "scrollHorz",
    speed: 400,
    timeout: 4000,
    random: true
  });
  
});
