// ---------------- Lightbox Funktionen ----------------------
		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='apartment']").colorbox();
			$("a[rel='floorplan']").colorbox();
			$("a[rel='gallery']").colorbox();
			
			$(".panorama").colorbox({width:"625", height:"440", iframe:true});
		});
// -----------------------------------------------------------
