/* SHADOWBOX KONFIGURATIONSDATEI */
/* sämtliche Einstellung zu finden auf: http://www.shadowbox-js.com/options.html */

Shadowbox.init({
	handleOversize: "drag",
	modal: true,
	autoplayMovies: "true",
	overlayOpacity: 0.8
});

