jQuery(document).ready(function() {
    jQuery('#jscarusel').jcarousel({
        scroll: 1,
        wrap: 'circular' 
    });
});
