jQuery(document).ready(function() {
    jQuery('#list_1').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_2').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_3').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_4').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_5').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_6').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_7').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_8').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_9').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
    jQuery('#list_10').jcarousel({
        scroll: 1,
        wrap: 'both'
    });
});