

$(document).ready(function() {

$('ul#image-slider').innerfade({
						speed: 2000,
						timeout: 6000,
						type: 'sequence'
					});

	
	$(".single_image, .group, a.imagesteaser, .gallery_image, #sidebar-speisekarte ul.small_gallery li a").fancybox({
	'titleShow' : true,
	'overlayOpacity' : 0.5,
	'overlayColor' : '#3F3F3F',
	'transitionIn' : 'elastic',
	'transitionOut' : 'elastic'
});


$("a.inline").fancybox({
	'hideOnContentClick': true,
	'overlayOpacity' : 0.7,
	'overlayColor' : '#68100F',
	'autoDimensions': false,
	'width' : 600,
	'height' : 400,
	'padding' : 50,
	});



}); 
