$(document).ready(function() {

   $('#clientquotes').cycle({
    fx:    'fade',
    timeout: 16000
	});
});

