//set the multihero cycling
$(document).ready(function() {
	$('#multihero').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 4500
	});
});

