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