var $jQuery = jQuery.noConflict();
$jQuery(document).ready(function() {
		

		
	
function testimonial_scroll_initCallback(carousel)
{


    // Pause autoscrolling if the user moves with the cursor over the clip.
    carousel.clip.hover(function() {
        carousel.stopAuto();
    }, function() {
        carousel.startAuto();
    });
};


   $jQuery('#testimonial_scroll').jcarousel({
		auto:3,
        animation: 3000,
		scroll:1,
        vertical: true,
		wrap: 'last',
		initCallback: testimonial_scroll_initCallback
    });
	
	
	 /*$jQuery(".jcarousel-lite").jCarouselLite({  
			vertical: true,  
			visible: 3,  
		  	auto:500,  
			speed:1000  
		}); */ 
 
								 

});

