$(document).ready(
	function(){
		$('#slideshow').innerfade({
			speed: 5000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '75px'
		});
});