$(document).ready(function() {
	$('#quote').cycle({ 
	    fx: 'fade',
		sync: 1,
		timeout: 9500,
	    speed:  2000 
	});
});
