	$(".fancybox").fancybox({
	    'onClosed'		: function() { $('#question-error').hide(); }
	});
	$("#adminForm").validate();


