$(function(){ 
		$(".carousel").jCarouselLite({
				
				btnPrev : '.prev',	
				btnNext : '.next',
				auto 	: 3000,
				speed  	: 1300,
				visible : 1
				
		})
		
		
		

})




$(function(){ 
		$(".agenda").jCarouselLite({
				
				auto 	: 3000,
				speed  	: 800,
				visible : 1
				
		})
		
		
		

})
