
document.observe("dom:loaded", function() {
	var options = {
		displayNav:         true,
		handleUnsupported:  'remove',
		animate:     		true,
		animSequence:		'wh',
		modal:				false,
		overlayColor:		'#000',
		overlayOpacity:		0.5,
		resizeDuration:		0.55,
		fadeDuration:		0.35,
		viewportPadding:	80,
		initialHeight:		10,
		initialWidth:		10,
		counterType:		'skip',
		players:		    ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'],
		language:			"de-DE"
	};			
		if (typeof $$('#bgallerie') == 'object') {
			Shadowbox.init(options);
		}
	}
);
