$(document).ready(function(){

	$('.bildwechsel').cycle({
		fx: 'fade',
		timeout: 7000,
		speed:2000
	});
	
	$('.textwechsel').cycle({
		fx: 'fade',
		timeout: 5000
	});
	
	 $("a.fancy").fancybox();
	
});
