    $(function() {
	$('a[@rel*=index]').lightBox({fixedNavigation:true});
	$('a[@rel*=ueberuns]').lightBox({fixedNavigation:true});
	$('a[@rel*=angebot]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-privat1]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-privat2]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-privat3]').lightBox({fixedNavigation:true});
	
	$('a[@rel*=referenzen-business1]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-business2]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-business3]').lightBox({fixedNavigation:true});
	
	$('a[@rel*=referenzen-industrie1]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-industrie2]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-industrie3]').lightBox({fixedNavigation:true});
	1
	$('a[@rel*=referenzen-gastronomie]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-gastronomie2]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-gastronomie3]').lightBox({fixedNavigation:true});
	
	$('a[@rel*=referenzen-fashion1]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-fashion2]').lightBox({fixedNavigation:true});
	$('a[@rel*=referenzen-fashion3]').lightBox({fixedNavigation:true});
	
	$('a[@rel*=kontakt]').lightBox({fixedNavigation:true});



});
