$(document).ready(function(){
	var rand_no = Math.floor(4*Math.random()) + 1;
	
	  $(".testimonials-rotator").jCarouselLite({
			btnNext: ".top a.right",
			btnPrev: ".top a.left",
			visible: 1,
			speed : 800
	  });

})
