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

