$(function() {
    $(".otherdealsbox").jCarouselLite({
        vertical: true,
        hoverPause: true,
//        easing: "easeinout",
        visible: 3,
        auto: 1500,
        speed: 2000,
	scroll: -1
    });
});

