$(document).ready(function() {
	$('#slideshow').innerfade({ 
		speed: 1000, 
		timeout: 6000, 
		type: 'sequence' 
	});
});
