		$(function(){
			$.superbox.settings = {
				overlayOpacity: .8, // Background opaqueness
				boxWidth: "375", // Default width of the box
				boxHeight: "370", // Default height of the box
				closeTxt: "cancel",
				loadTxt: "Loading..."
			};
			$.superbox();
		});
