$(document).ready(function(){
  $('#slider-carousel').jcarousel({
    animation: 'slow',
    auto: 5,
    wrap: 'both',
  });
});


