/*** Administration: ***/
	$(document).ready(function() {
		$(".fancy_hd").colorbox({
			speed:500,
			width:"660",
			height:"520",
			iframe:true
			});
		$(".fancy_hd_iframe").colorbox({
			speed:500,
			width:"815",
			height:"600",
			iframe:true
			});
		$(".fancy_hd_iframe_890").colorbox({
			speed:500,
			width:"925",
			height:"600",
			iframe:true
			});
		$(".fancy_hd_iframe_1100").colorbox({
			speed:500,
			width:"1135",
			height:"800",
			iframe:true
			});
		$(".fancy_hd_iframe_640").colorbox({
			speed:500,
			width:"675",
			height:"480",
			iframe:true
			});
/*** Frontend: ***/
		if(slideshow == 'true'){
			if(slideshow_auto == 'true'){
				$(".gallery_1").colorbox({
					overlayClose:false,
					speed:800,
					slideshow:slideshow, /*Variablen sind aus colorbox.in.php*/
					slideshowAuto:slideshow_auto,
					slideshowSpeed:slideshow_speed,
					slideshowStart:"- START Slideshow -",
					slideshowStop:"- STOP Slideshow -",
					current:"Foto {current} von {total}"
					});
				}else{
					$(".gallery_1").colorbox({
						overlayClose:false,
						speed:800,
						slideshow:slideshow, /*Variablen sind aus colorbox.in.php*/
						slideshowAuto:false,
						slideshowSpeed:slideshow_speed,
						slideshowStart:"- START Slideshow -",
						slideshowStop:"- STOP Slideshow -",
						current:"Foto {current} von {total}"
						});
				}
		}else{
			$(".gallery_1").colorbox({
				speed:800,
				current:"Foto {current} von {total}"
				});
		}
		$(".Zoom_popup_swap").colorbox({
			width:"80%",
			height:"80%",
			iframe:true
			});
		$(".Zoom_popup_flex").colorbox({
			transition:"elastic",
			speed:500,
			});
		$(".Zoom_Popup_Small_360px").colorbox({
			width:"360",
			height:"260",
			iframe:true
			});
		$(".Zoom_Popup_Medium_680px").colorbox({
			width:"680",
			height:"560",
			iframe:true
			});
		$(".Zoom_Popup_Large_960px").colorbox({
			width:"960",
			height:"720",
			iframe:true
			});
		/** alte Anweisungen **/
		$(".Fancy_Zoom_Popup_large").colorbox({
			transition:"elastic",
			speed:500,
			width:"670",
			height:"560",
			iframe:true
			});
		$(".Fancy_Zoom_Popup_wide").colorbox({
			width:"750",
			height:"600",
			iframe:true
			});
		$(".Fancy_Zoom_Popup_small").colorbox({
			width:"360",
			height:"260",
			iframe:true
			});
		$(".Fancy_Zoom_iframe_small").colorbox({
			width:"310",
			height:"200",
			iframe:true
			});
		$(".Fancy_Zoom_iframe_large").colorbox({
			width:"670",
			height:"560",
			iframe:true
			});
		$(".Fancy_Zoom_iframe_square").colorbox({
			width:"670",
			height:"720",
			iframe:true
			});
		$(".Fancy_Zoom_iframe_xxl").colorbox({
			width:"920",
			height:"720",
			iframe:true
			});
	});
