
	$(document).ready(function(){
	
		$('.testimonial').cycle({ 
			fx:     'fade', 
			timeout:  40000,
			speed:700
		});
	
	});