$(document).ready(function() {
			
		// slideshow
	$('#slider').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence'
	});

});
