jQuery().ready(function() {
    jQuery('#mycarousel').jcarousel({
    	wrap: 'circular',
        scroll: 1, 
        visible: 4
  });
});


