$(document).ready(function(){	
	$("a[rel=lightbox]").lightBox({
		fixedNavigation:true,
		imageLoading:images.loading,
		imageBtnPrev:images.prev,
		imageBtnNext:images.next,
		imageBtnClose:images.close,
		imageBlank:images.blank
	});
	
	$("div.page div.content div.text div.gallery div,span.img").each(function(){
		$("a",this).lightBox({
			fixedNavigation:true,
			imageLoading:images.loading,
			imageBtnPrev:images.prev,
			imageBtnNext:images.next,
			imageBtnClose:images.close,
			imageBlank:images.blank,
			txtImage:"Bild",
			txtOf:" von "
		});
	});
	
	$("a.docs").each(function(){
		$("area[title="+$(this).attr("title")+"]").attr("href",$(this).attr("href"))
	});
	
	$(".texthead.fade").innerfade({
		containerheight:199,
		timeout:4000,
		speed:"slow"
	}); 
	
	$(".head.fade").innerfade({
		containerheight:158,
		timeout:4000,
		speed:"slow"
	}); 
});
