$(document).ready(function(){
	
	/* Function for lavalamp navigation menu */	
	$("#menu").lavaLamp({
		fx: "backout",
		speed: 700
	});
	
	

});

 $(function() {
        $('#gallery a').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.8,
	imageBtnClose: 'images/close.png',
	imageBtnPrev: 'images/prev.png',
	imageBtnNext: 'images/next.png',
	containerResizeSpeed: 350,
	txtImage: 'Bilder',
	txtOf: 'von'
   });
    });
  $(function() {
			 $('#tab-container').jwTabs({
		startTab : 2,
		tabTitleReference : 'h2'
	});
});
