$(document).ready(function()
  { 
    $('#hot-offers-list').jcarousel(
      {
        wrap: 'circular'
      }); 
  });

