$(function()
  {
  $.superbox.settings = {
	boxId: "superbox", // Id attribute of the "superbox" element
	boxClasses: "", // Class of the "superbox" element
	overlayOpacity: .8, // Background opaqueness
	boxWidth: "600", // Default width of the box
	boxHeight: "400", // Default height of the box
	loadTxt: "Loading...", // Loading text
	closeTxt: "schlie&szlig;en", // "Close" button text
	prevTxt: "zur&uuml;ck", // "Previous" button text
	nextTxt: "weiter" // "Next" button text
};
  
  
  $.superbox();
  });
