frontend.customStart = {};
frontend.customStart.init = function() {
    $('#slider').jcarousel({
        wrap: 'circular',
        auto: 5,
        scroll: 1
    });
}

$(document).ready(frontend.customStart.init);
