$(document).ready(function() {

    $('ul.js').show();

    
    /* Start Carousel */ 
    
    if ($('#start-carousel').length) {
        $('#start-carousel').jcarousel({
            scroll:1
        });
    }

});

