
$(document).ready(function() {
    $('.slideshow').cycle({
		fx:      'shuffle',
		timeout: 10000,
		speed: 1000
	});
});


$(document).ready(function() {
    $('.slideshow1').cycle({
		fx:      'zoom',
		timeout: 8000,
		speed: 1000
	});
});
$(document).ready(function() {
    $('.slideshow2').cycle({
		fx:      'scrollUp',
		timeout: 10000,
		speed: 1000
	});
});
$(document).ready(function() {
   $('.bild').fancybox({
 'zoomSpeedIn' : 600,
 'zoomSpeedOut' : 600,
 'easingIn' : 'easeOutBack',
 'easingOut' : 'easeInBack'
  });
  
 
 $('.group').fancybox({
 'hideOnContentClick' : false
 });
});




