var $ = jQuery.noConflict();
$(document).ready(function() {

	$("a.fancybox").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition' 	: 'over'
	});
	$(".fancyframe_pistenpano").fancybox({
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'			: 'iframe',
		'width'			: 950,
		'height'		: 650,
		'scrolling'		: 'no'
	});
	$(".fancyframe_kalkulator").fancybox({
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'			: 'iframe',
		'width'			: 550,
		'height'		: 730,
		'scrolling'		: 'no'
	});
	
});
