/**** Add application wide javascripts below this point  ******/
$(function() {
    $(".scroller").jCarouselLite({
        auto: 10000,
        visible:  1,
        vertical: true
    });
});