$(document).ready(function(){ 
	/*FANCY BOX*/
	function formatTitle(title, currentArray, currentIndex, currentOpts) {
	    return 'Bild ' + (currentIndex + 1) + ' von ' + currentArray.length;
	}	
	$("a.pagegallery").fancybox({
		overlayOpacity 		: 0.8,
		overlayColor 		: '#000',
		'titlePosition' 	: 'inside',
		'titleFormat'		: formatTitle
	});
	$("a.menulink").fancybox({
		'width'				: 600,
		'height'			: 400,
		'autoScale'			: false,
		overlayOpacity 		: 0.8,
		'titleShow' 		: false,
		overlayColor 		: '#000',
		'type'				: 'iframe'
	});
	$("a.PriceIncludeTrigger").fancybox({
		'width'				: 220,
		'height'			: 120,
		'autoScale'			: false,
		overlayOpacity 		: 0.8,
		'titleShow' 		: false,
		overlayColor 		: '#000',
		'type'				: 'iframe'
	});
	//
	$('#news_block').animate({
		top: '+=120'
	}, 1000, function() {});
	//
	$('#scoop-pic').cycle({
		fx: 'fade', 
		speed:    2500, 
		timeout:  1500 
	});
	//
	$('#scoop-pic-start').cycle({
		fx: 'fade', 
		speed:    2500, 
		timeout:  500 
	});
});
/*SCROLL*/
$(function(){
	$('#scoop-content-scroll').jScrollPane();
});
/*FONT*/
Cufon.replace('h1,h2,h3');
Cufon.replace('#navi-main a, #navi-sub a',{hover:true});
