$(document).ready(function() {   
  $('#carousel').jcarousel({
    scroll: 4,
    animation: 'slow'
  });
});

