$(document).ready(function() {
		$("a.picturelink").colorbox({
				opacity: "0.7",
				maxWidth: "95%",
				maxHeight: "95%"
		});

		$(".picturelink a").colorbox({
				slideshow: true,
				slideshowSpeed: 5000,
				slideshowAuto: true,
				transition: "none",
				speed: 1000,
				opacity: "0.7",
				maxWidth: "95%",
				maxHeight: "95%",
				previous: "zurück",
				next: "vor",
				close: "schließen",
				current: "Bild {current} von {total}",
				slideshowStart: "Diashow starten",
				slideshowStop: "Diashow anhalten"
		});
		
		$(".youtube").colorbox({
				iframe: true,
				width: 650,
				height: 550
		});
		
		$(".iframe").colorbox({
				width: "95%",
				height: "95%",
				iframe: true
		});

});
