$( function()
{
    $( '.ticker2' ).jCarouselLite(
    {
        vertical: true,
        visible:  3,
        auto:     1500,
        speed:    2000
    });
});
