$(function() {
    $('.ticker').jCarouselLite(
        {
            vertical: true,
            visible:  4,
            auto:     3000,
            speed:    1000
        });
});
