//source: http://medienfreunde.com/lab/innerfade/
$(document).ready(function(){
	$('ul#luegoPartner').innerfade({
		speed: 1000,
		timeout: 2500,
		type: 'sequence',
		containerheight: '85px'
	});
});