$(function(){
			$.superbox.settings = {
				overlayOpacity: .8, // Background opaqueness
	boxWidth: "400", // Default width of the box
	boxHeight: "250", // Default height of the box
	loadTxt: "Espere...", // Loading text
	closeTxt: "Cerrar", // "Close" button text

			};
			$.superbox();
		});
