$(function() {
	//start slideshow
	$('#slide ul').innerfade({ 
			speed: 5000, 
			timeout: 7000, 
			type: 'sequence'
	});

});
