$(function() {
	$('#quotes').cycle({ 
    	fx:    'fade', 
    	timeout:  7000  
	});
});