//----------------------------------------------------------------------------------------------------------------
//										Preparation Lightbox
//----------------------------------------------------------------------------------------------------------------
	$(document).ready(function(){
		$(".lightbox").colorbox();
	});
//----------------------------------------------------------------------------------------------------------------
//	END										Preparation Lightbox
//----------------------------------------------------------------------------------------------------------------

//----------------------------------------------------------------------------------------------------------------
//										Preparation Lightbox
//----------------------------------------------------------------------------------------------------------------
	$(document).ready(function(){
		$("a[rel='kataloge']").colorbox(
		{
			width:"1020",
			height:"825",
			iframe:true,
			current:"Katalog {current} von {total}"
		});
		$("a[rel='popup']").colorbox(
		{
			width:"660",
			height:"700",
			iframe:true,
			current:""
		});
		$("a[rel='lightbox']").colorbox(
		{
			width:"70%",
			height:"70%",
			iframe:true
		});
	});
//----------------------------------------------------------------------------------------------------------------
//	END										Preparation Lightbox
//----------------------------------------------------------------------------------------------------------------