$(document).ready(function() {
    $('#testimonials').cycle({
		fx: 'fade',
		timeout: 12000,
		delay:  -3000
	});
});
