	$.fn.cycle.defaults.timeout = 6000;
	$(function() {
		$('#kinexionsQuote').cycle({
	    	fx:     'scrollRight',
	    	timeout: 9000,
	    	delay:  -2000
		});
	});

