
$(function() {
    $(".picScroll").jCarouselLite({
       auto: 800,
    speed: 5000,
	 vertical: true
    });
});

