jQuery(document).ready(function($) {
    $('#happy-customers .inner').cycle({
		fx:      'fade',
      pause:   1,
    	speed:   2000, 
		timeout: 10000 
	});
});

