	/* other function to hiude the modal content, no fancy animation, just plain fade out*/
	function justfadeaway (elts, settings, callback) {
			elts.contentWrapper.fadeOut(500,callback)
	}
 
	$(function(){
		$('.watch-video').nyroModal({closeSelector: '.close_modal', bgColor: '#608ba2', closeButton: '', hideContent: justfadeaway});
		
	})
