// JavaScript Document

$(function() {
	$.superbox.settings = {
		boxId: "superbox", // Id attribute of the "superbox" element
		boxClasses: "", // Class of the "superbox" element
		overlayOpacity: .2, // Background opaqueness
		loadTxt: "Carregando...", // Loading text
		closeTxt: "Fechar", // "Close" button text
		prevTxt: "Anterior", // "Previous" button text
		nextTxt: "Próximo" // "Next" button text
	};
	$.superbox();
});
