/*** Administration: ***/
	$(document).ready(function() {
		$(".Zoom_pop_pastos_520").colorbox({
			speed:500,
			opacity:0.95,
			width:"540",
			height:"420",
			iframe:true
			});
		$(".Zoom_pop_pastos_620").colorbox({
			speed:500,
			opacity:0.95,
			width:"660",
			height:"520",
			iframe:true
			});
		$(".Zoom_pop_pastos_720").colorbox({
			speed:500,
			opacity:0.95,
			width:"780",
			height:"520",
			iframe:true
			});
		$(".Zoom_pop_pastos_815").colorbox({
			speed:500,
			opacity:0.95,
			width:"815",
			height:"600",
			iframe:true
			});
		$(".Zoom_pop_pastos_925").colorbox({
			speed:500,
			opacity:0.95,
			width:"925",
			height:"640",
			iframe:true
			});
		$(".Zoom_pop_pastos_1080").colorbox({
			speed:500,
			opacity:0.95,
			width:"1080",
			height:"860",
			iframe:true
			});
		$(".Zoom_pop_pastos_1150").colorbox({
			speed:500,
			opacity:0.95,
			width:"1070",
			height:"680",
			iframe:true
			});
/* kompatibel zu Fancyboxen / alten Anweisungen: */
		$(".fancy_hd").colorbox({
			speed:500,
			opacity:0.95,
			width:"660",
			height:"520",
			iframe:true
			});
		$(".fancy_hd_iframe").colorbox({
			speed:500,
			opacity:0.95,
			width:"815",
			height:"600",
			iframe:true
			});
		$(".fancy_hd_iframe_890").colorbox({
			speed:500,
			opacity:0.95,
			width:"925",
			height:"600",
			iframe:true
			});

		$(".fancy_hd_iframe_1100").colorbox({
			speed:500,
			opacity:0.95,
			width:"1135",
			height:"800",
			iframe:true
			});
		$(".fancy_hd_iframe_640").colorbox({
			speed:500,
			opacity:0.95,
			width:"675",
			height:"480",
			iframe:true
			});
/*** Frontend: ***/
		if(slideshow == 'true'){
			if(slideshow_auto == 'true'){
				$(".gallery_1").colorbox({
					opacity:0.90,
					speed:900,
					slideshow:slideshow, /*Variablen sind aus colorbox.inc.php*/
					slideshowAuto:slideshow_auto,
					slideshowSpeed:slideshow_speed,
					slideshowStart:"- START Slideshow -",
					slideshowStop:"- STOP Slideshow -",
					current:"Foto {current} von {total}"
					});
				}else{
					$(".gallery_1").colorbox({
						opacity:0.90,
						speed:900,
						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,
				opacity:0.90,
				current:"Foto {current} von {total}"
				});
		}
		$(".zoom_popup_swap").colorbox({
			width:"80%",
			height:"80%",
			opacity:0.90,
			iframe:true
			});
		$(".zoom_popup_small_360px").colorbox({
			width:"360",
			height:"260",
			opacity:0.90,
			iframe:true
			});
		$(".zoom_popup_medium_620px").colorbox({
			width:"620",
			height:"590",
			opacity:0.90,
			iframe:true
			});
		$(".zoom_popup_medium_680px").colorbox({
			width:"680",
			height:"560",
			opacity:0.90,
			iframe:true
			});
		$(".zoom_popup_long_680px").colorbox({
			width:"680",
			height:"640",
			opacity:0.90,
			iframe:true
			});
		$(".zoom_popup_large_960px").colorbox({
			width:"960",
			height:"660",
			opacity:0.90,
			iframe:true
			});
		$(".zoom_popup_xxl_1080px").colorbox({
			width:"1080",
			height:"720",
			opacity:0.90,
			iframe:true
			});
/* kompatibel zu Fancyboxen / alten Anweisungen: */
		$(".Fancy_Zoom_Popup_large").colorbox({
			transition:"elastic",
			speed:500,
			width:"670",
			height:"560",
			opacity:0.90,
			iframe:true
			});
		$(".Fancy_Zoom_Popup_wide").colorbox({
			width:"750",
			height:"600",
			opacity:0.90,
			iframe:true
			});
		$(".Fancy_Zoom_Popup_small").colorbox({
			width:"360",
			height:"260",
			opacity:0.90,
			iframe:true
			});
		$(".Fancy_Zoom_iframe_small").colorbox({
			width:"310",
			height:"200",
			opacity:0.90,
			iframe:true
			});
		$(".Fancy_Zoom_iframe_large").colorbox({
			width:"670",
			height:"560",
			opacity:0.90,
			iframe:true
			});
		$(".Fancy_Zoom_iframe_square").colorbox({
			width:"670",
			height:"720",
			opacity:0.90,
			iframe:true
			});
		$(".Fancy_Zoom_iframe_xxl").colorbox({
			width:"920",
			height:"720",
			opacity:0.90,
			iframe:true
			});
	});
