	jQuery.noConflict();	
	jQuery(document).ready(function(){
		jQuery('.flexslider').flexslider({
		animation: "fade",              //Select your animation type (fade/slide)
		slideshow: true,                //Should the slider animate automatically by default? (true/false)
		animationLoop: false,            //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
		slideshowSpeed: 2000,           //Set the speed of the slideshow cycling, in milliseconds
		animationDuration: 1000,         //Set the speed of animations, in milliseconds
		directionNav: false,             //Create navigation for previous/next navigation? (true/false)
		controlNav: false,               //Create navigation for paging control of each clide? (true/false)
		keyboardNav: false,              //Allow for keyboard navigation using left/right keys (true/false)
		touchSwipe: false,               //Touch swipe gestures for left/right slide navigation (true/false)
		end: function(){setTimeout(function(){window.location.href = "http://christine-liebendoerfer.de/aktuelles";}, 3000 )}              //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous)
		});
	});		
	
		

