jQuery.noConflict();
jQuery(document).ready(function() {
	
/* Klickvergr??ern f?r Bilder */

	jQuery(".clickenlarge").fancybox({
		cyclic	: 'true'
	});
	jQuery(".iframe").fancybox({		
		'padding'		: 10,
		'frameWidth'	: 450,
		'frameHeight'	: 650,
		'overlayShow'	: false,
			'scrolling'		: 'no',
	'titleShow'		: false,
	
	});
	
	jQuery(".gallery").attr('rel','gallery').fancybox({		
		'padding'		: 6,
		'autoDimensions': true,
		'overlayShow'	: false,
		'scrolling'		: 'no',
		'titlePosition'	: 'over',
		'cyclic'		: 'true'

	
	});	
	
   
    jQuery('.slideshowxx').cycle({
		fx:      'scrollHorz'
		
    });
});

