$(document).ready(function() {
$("a[rel=lightbox]").fancybox({
	'titlePosition'	: 'inside'
});

$("a[rel=lightbox_html]").fancybox({
	'autoScale'			: true
});

$("#various1").fancybox({
	'width'				: 580,
	'height'			: '84%',
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'  		: false
});

$(".various2").fancybox({
	'width'				: 488,
	'height'			: 720,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'  		: false
});

$(".various3").fancybox({
	'width'				: 660,
	'height'			: 850,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'  		: false
});

$("#various4").fancybox({
	'width'				: 580,
	'height'			: '84%',
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'  		: false
});

$(".various5").fancybox({
	'autoScale'			: true,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'  		: false
});

$(".oeffnungszeiten").fancybox({
	'width'				: 630,
	'height'			: 240,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'  		: false,
	'scrolling'			: 'no'
});


$("a[rel=video]").click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 655,
			'height'		: 378,
			'href'			: this.href,
			'type'			: 'iframe',
			'swf'			: {
			'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
});

	return false;
});

$("a[rel=video1]").click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 657,
			'height'		: 376,
			'href'			: this.href,
			'type'			: 'iframe',
			'swf'			: {
			'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
});

	return false;
});

$("a[rel=video2]").click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 737,
			'height'		: 423,
			'href'			: this.href,
			'type'			: 'iframe',
			'swf'			: {
			'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
});

	return false;
});

$("a[rel=video3]").click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 765,
			'height'		: 461,
			'href'			: this.href,
			'type'			: 'iframe',
			'swf'			: {
			'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
});

	return false;
});

});
