// Gehört zum Cycle template des Banners. Für weitere Optionen: http://www.malsup.com/jquery/cycle/

$(document).ready(function() { 
	$('#textCubeProjekte').cycle({
	   fx: 'fade',
	   pauseOnPagerHover:1,
	   speed: 1000
	   });
});
