jQuery.noConflict();

jQuery(document).ready(function() {
			jQuery("#unternehmensfilm").fancybox({
				'padding'			: 0,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayOpacity'	: '0.8',
				'overlayColor'		: '#000',
				'width' 			: 700,
				'height' 			: 393 
			});
		});
