jQuery.noConflict();

jQuery(document).ready(function(){


	if (jQuery("#teaser").size() > 0) {
		jQuery("#teaser a").fancybox({
			'width'				: 1024,
			'height'			: 768,
			'padding'			: '0',
			'overlayOpacity'	: '0.75',
			'overlayColor'		: '#000000',		
	        'autoScale'     	: false,
	        'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
	}



});
