function addVideoPlayerListeners() {
	$("a.video-info-link").fancybox({
		'padding'       : 0,
		'autoScale'     : false,
		'width'         : 890,
		'height'        : 500,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'fade',
		'centerOnScroll': 'true',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'type'          : 'swf',
		'swf'           : {
			 'wmode'        : 'opaque',
			'allowfullscreen'   : 'true'
		}
	  });
}
