$(document).ready(
		function(){
			$('.slideshow').innerfade({
				animationtype: 'fade',
				speed: 'slow',
				timeout: 3500,
				type: 'sequence',
				containerheight: 'auto'
			});
		}
	);
