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