$(function() {
    $(".jCarouselLite").jCarouselLite({
        hoverPause:true,
        btnNext: ".main .next",
        btnPrev: ".main .prev",
        vertical: true,
        speed: 500,
        circular: false,  
        visible: nn,
        afterEnd: function(a) {
             //alert($(".county-headname").css('top'));
             //$(".county-headname").innerHTML = $(".county-headname").css('top');
        }

   });     
            
});

