$j(document).ready(
		function() {
			/**CMS Funktionen**/
			$j("a[rel=cms]").fancybox({
				'transitionIn' : 'elastic',
				'transitionOut': 'elastic',
				'type': 'iframe',
				'showNavArrows' : false,
				'width' : 550,
				'height': 400,
				'autoScale': false,
				'modal': true,
				'padding': 0,
				'overlayColor': '#333'
			});

			/** VIDEO Spots **/
			$j("a[rel=spot]").fancybox( {
				'transitionIn' : 'elastic',
				'transitionOut': 'elastic',
				'type': 'iframe',
				'showNavArrows' : false,
				'width' : 655,
				'height': 370,
				'autoScale': false,
				'modal': false,
				'padding': 0,
				'overlayColor': '#333'
			});
		});
