/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	s2_lightboxpage Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
(function() {
	window.addEvent('domready', function() {
		
		var myLightbox = new S2.Ui.Lightbox({
			links: $$(' a.lightbox'),
			height: 300,
			width: 600,
			l10n: {
					next: 'Vorwärts',
					previous: 'Zurück',
					print: 'Print',
					of: 'von',
					close: 'Schliessen'
				}
		});

		new S2.Ui.Lightbox({
			height: 300,
			width: 600,
			l10n: {
					next: 'Vorwärts',
					previous: 'Zurück',
					print: 'Print',
					of: 'von',
					close: 'Schliessen'
				}
		});

	});
})();
