/* Cufon */
Cufon.replace('h1');
Cufon.replace('#headerMenu', {hover: true });
Cufon.replace('.dropdown', {hover: true });

$(document).ready(function(){
	
	$(function() { $.fn.superbgimage.options = {
		z_index: 0, // z-index for the container
		inlineMode: 0, // 0-resize to browser size, 1-do not resize to browser-size
		showimage: 1, // number of first image to display
		vertical_center: 1, // 0-align top, 1-center vertical
		transition: 1, // 0-none, 1-fade, 2-slide down, 3-slide left, 4-slide top, 5-slide right, 6-blind horizontal, 7-blind vertical, 90-slide right/left, 91-slide top/down
		transitionout: 1, // 0-no transition for previous image, 1-transition for previous image
		randomtransition: 0, // 0-none, 1-use random transition (0-7)
		showtitle: 0, // 0-none, 1-show title
		slideshow: 1, // 0-none, 1-autostart slideshow
		slide_interval: 3000, // interval for the slideshow
		randomimage: 0, // 0-none, 1-random image
		speed: 2000, // animation speed
		preload: 1, // 0-none, 1-preload images
		};
		
		$('#bgImages').superbgimage().hide();
	});
	
	$("#content a.details").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'centerOnScroll' : true
	});
	
	$("a.web_design").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'centerOnScroll' : true
	});
	
	$("a.360").fancybox({
		'width'			:	950,
		'height'		:	580,
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'centerOnScroll' : true,
		'type'			: 'iframe'
	});
	
	$("a.reservierungsFormular").fancybox({
		'width'			:	450,
		'height'		:	550,
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'centerOnScroll' : true,
		'type'			: 'iframe'
	});
		
});
