$(document).ready(
	function() {
		$('#macbookprojekte').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 4100,
			type: 'random_start',
			containerheight: '191px'
		});
	}
);

$(document).ready(
	function() {
		$('#kundenlogos').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 3000,
			type: 'random_start',
			containerheight: '94px'
		});
	}
);
