
var $noConflict = jQuery.noConflict();


$noConflict(document).ready(function(){

	/*
	$noConflict("a#iframe").fancybox({
		'width'				: 500,
		'height'			: 400
	});
	*/

	/*
	$noConflict("#question_fit").fancybox({
	    'padding'           : 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	*/

	$noConflict("#question_fit").fancybox({
		'width'				: 620,
		'height'			: 500,
		'padding'			: 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

	
	$noConflict("#video_fit").fancybox({
		'width'				: 480,
		'height'			: 276,
	    'padding'           : 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	

			
});



