jQuery.noConflict();
jQuery(document).ready(function($){
	/********************/
	/*********************
	 * Überblick Box         *
	 ********************/
	$(".ueberblick_box_open").colorbox({
		transition:"elastic",
		width:"1020",
		height:"305",
		initialWidth: "100",
		initialHeight: "60",
		opacity: 0.6,
		close: ""
	});
	
	$(".rundgang_box_open").colorbox({
		transition:"elastic",
		width:"820",
		height:"620",
		initialWidth: "100",
		initialHeight: "60",
		opacity: 0.6,
		close: ""
	});
	
	$(".youtube_box_open").colorbox({
		transition:"elastic",
		width:"580",
		height:"335",
		initialWidth: "100",
		initialHeight: "60",
		opacity: 0.6,
		iframe:true,
		close: ""
	});
});
