$(document).ready(function() {
	$("a[rel=lightbox]").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$("a[rel=lightbox_html]").fancybox({
		'autoScale'			: true
	});
	
	$("#various1").fancybox({
		'width'				: 660,
		'height'			: '84%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow'  		: false
	});
	$("#various2").fancybox({
		'width'				: 660,
		'height'			: '84%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow'  		: false
	});
$("#various3").fancybox({
		'type'				: 'iframe',
		'width'				: 580,
		'height'			: 271
	});

	$("a[rel=lightbox_anfahrt]").fancybox({
		'width'				: 850,
		'height'			: '70%',
		'autoScale'			: false,
		'autoDimensions'  	: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow'			: true,
		'opacity'  	    	: true,
		'titleShow'  		: false
	});
	
	$("a[rel=lightbox_route]").fancybox({
		'width'				: 850,
		'height'			: '92%',
		'autoScale'			: false,
		'autoDimensions'  	: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow'			: true,
		'opacity'  	    	: true,
		'titleShow'  		: false
	});


});
