	
	// Para que no exista conflicto de jquery con otras librerias como prototype que usa symfony
	// para sus helpers
	jQuery.noConflict();
	
	
	/* INICIO CONFIGURADOR DE JQUERY.SUPERBOX */
	jQuery(function(){
		jQuery.superbox();
	});	
	
	// Configuracion Opcional:
	jQuery.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: "Cargando ...", // Loading text
			closeTxt: "Cerrar", // "Close" button text
			prevTxt: "Anterior", // "Previous" button text
			nextTxt: "Siguiente" // "Next" button text
		};	
	
	/* FIN CONFIGURADOR DE JQUERY.SUPERBOX */
