$(function() {

	// content head image crossfade	
	$('#bildmotivIntro').cycle({
		fx: 				'fade', 
		timeout:    		100,
		delay:  			-4000,		
		speed: 				4000,
		startingSlide: 		0,
    	pause:         		true 
	});
});

