$(document).ready(function() {

$('#featureBoxPeople')
	.cycle({
		fx:     'fade',
		speed:  1500,
		timeout: 2500,
		pause: 1	
	});

});


