$(function() {
	$('.testimonials div:first').fadeIn(1000, function() {
        $('.testimonials').cycle({ 
			fx:    		'fade', 
			timeout: 	10000,
			speed:		1000,
			cssBefore:	'background:#d6e4e7;'
			
		});
    });
});
