jQuery(document).ready(function() {
    jQuery('ul#products-wrapper').jcarousel({
        scroll: 3
    });
});
