jQuery(function($) {
	$("#video1").fancybox({
		'width'			: '8',
		'height'		: '6',
		'autoDimensions' : false,
	    'autoScale'     : false,
	    'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'speedIn'       : 1000,
		'speedOut'       : 1000,
		'type'			: 'iframe',
		'title'         : 'A New Learning Platform',
		'titlePosition'	: 'over',
		'showCloseButton'   : true
	   });
	$("#video2").fancybox({
		'width'			: '8',
		'height'		: '6',
		'autoDimensions' : false,
	    'autoScale'     : false,
	    'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'speedIn'       : 1000,
		'speedOut'       : 1000,
		'type'			: 'iframe',
		'title'         : 'A Need for a Fresh Approach',
		'titlePosition'	: 'over',
		'showCloseButton'   : true
	   });
	$("#video3").fancybox({
		'width'			: '8',
		'height'		: '6',
		'autoDimensions' : false,
	    'autoScale'     : false,
	    'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'speedIn'       : 1000,
		'speedOut'       : 1000,
		'type'			: 'iframe',
		'title'         : 'Listen to Students and Teachers',
		'titlePosition'	: 'over',
		'showCloseButton'   : true
	   });
	$("#video4").fancybox({
		'width'			: '8',
		'height'		: '6',
		'autoDimensions' : false,
	    'autoScale'     : false,
	    'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'speedIn'       : 1000,
		'speedOut'       : 1000,
		'type'			: 'iframe',
		'title'         : 'Getting A New Avatar',
		'titlePosition'	: 'over',
		'showCloseButton'   : true
	   });
	});
