Cufon.replace('div#content-main h2, div#content-main h3, div#content-main2 h2, div#content-main2 h3');

Cufon.replace('ul#navi li a', {
	hover: {color: '#e8d9c7'}
});


$(document).ready(function() { 
									
// $('#background').cycle({ 
//		 fx: 'fade',
//		 timeout: 10000
//	});
		 
	$("#gallery").easySlider({
		auto: false, 
		continuous: true,
		numeric: true,
		pause:			5000,
		speed: 		500
	});
	
	$("a[rel=lightbox]").fancybox({
		'showNavArrows': true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Bild ' +  (currentIndex + 1) + ' von ' + currentArray.length + ' - ' + title + '</span>';
		}
	});
	
	$("a.video").fancybox({
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'fade',
		'titleShow'		: false
	});
	
	$("#datenschutz-link").fancybox({
		'titleShow'		: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});


});


