$(function() {
	$('#testimonialBox .content .testimonials').cycle({ 
		fx:     	'fade', 
		speed:  	500,
		timeout: 	8000
	});
			
})
