$(function(){
			$(".containerPlus").buildContainers({
				containment:"document",
				elementsPath:"http://www.fiepr.org.br/script/jquery.mbContainerPlus.1.5.3/elements/",
				onClose:function(e,o){/*alert("minimizing!!")*/}
			});
			
		});