$(function(){
  $(".newsticker-jcarousellite").jCarouselLite({  
    vertical: true,  
    visible: 1,  
    auto:2000,  
    speed:200
  });  
});

/*
$(function(){
	$('#supporters_wrapp img').each(
	 function (){
    $height = $(this).height();
    $nextP = $(this).parent().next().children ([0]);
    $marginTop = $height/2 - 10
    $nextP.css({
      "margin-top": $marginTop + "px" 
    });
  })
});
*/