$( function() {
  $('#carousel').jcarousel({        
    auto: true,
    scroll: 5,
    wrap: 'last',
    animation: 3000
  });
});