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