$(document).ready(function(){
		$('#whatWeDoImage').cycle({
		fx:	'fade',
		pause:	1,
		speed:  2200,
		timeout:1800
		});
});