$( function()
{
    $( '.ticker' ).jCarouselLite(
    {
        vertical: true,
        visible:  5,
        auto:     200,
        speed:    1750
    });
});
