$(function(){
			$.superbox.settings = {
				closeTxt: "Fechar",
				loadTxt: "Carregando...",
				overlayOpacity: .8, // Background opaqueness
				boxWidth: "600", // Default width of the box
				boxHeight: "400", // Default height of the box
				
				
			};
			$.superbox();
		});
