jQuery(function($) {
	$('a.group').nyroModal({
		addImageDivTitle:true,
		endFillContent:function(elts,settings) {
			var obj=elts.content[0].firstChild;
			if(obj.classid=='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'){
				obj.controls.play();
			}
			;
		},
		beforeHideContent: function(elts, settings, callback) {
			var obj=elts.content[0].firstChild;
			if(obj.classid=='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'){
				obj.controls.stop();
			};
			callback();},
		});

	

});	
