$.superbox.settings = {
	boxId: "superbox", // Id attribute of the "superbox" element
	boxClasses: "", // Class of the "superbox" element
	overlayOpacity: .6, // Background opaqueness
	boxWidth: "520", // Default width of the box
	boxHeight: "400", // Default height of the box
	loadTxt: "Loading...", // Loading text
	closeTxt: "X" // "Close" button text
};
$(document).ready(function() {
	$.superbox();
	//When page loads...
});
