    $(document).ready(function() {
	    $("#various5").fancybox({
		    'width'				: 750,
		    'height'			: 490,
            'autoScale'     	: true,
            'transitionIn'		: 'none',
		    'transitionOut'		: 'none',
		    'type'				: 'iframe'
	    });
		$("#youtube_builderPlayer").fancybox({
			'padding'			: 0,
			'href'				: '#youtube_builder',
			'overlayShow'		: true,
            'frameWidth'		: 800,
            'frameHeight'		: 485
	});
    });
