jQuery(document).ready(function(){
	$('.box ul.testimonials').cycle({ 
		fx: 'fade', 
		speed:   300, 
		timeout: 8000
	});
});