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


$(document).ready(function() {
	    $('.slideshow1').cycle({
		fx:      'zoom',
		timeout: 4000,
		speed: 1000
		});
});
	
$(document).ready(function() {
   $('.bild').fancybox({
 		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
  });
  
 
 $('.group').fancybox({
 'hideOnContentClick' : false
 });
});


