$(window).bind('load', function() {
    $("#carousel").jCarouselLite({
        visible: 1,
        auto: 3000,
        speed: 2000,
        easing: "easeOutCubic"
    });
});
