$(document).ready(function() {
    // set up Carousel
    $(".portfolio-data").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        auto: 20000,
        speed: 500,
        visible: 1,
        circular: true
    });
    
    // do other things
});
