$(document).ready(function() { 

		$("div.jScrollPaneContainer").hide();

		$("#filosofia-a").click(function () {
		
		  $("div#filosofia").fadeIn('slow');
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#novedades").hide();
			$("div#persona").hide();
			$("div#proyectos").hide();
			
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });
		
		$("#novedades-a").click(function () {
		
		  $("div#novedades").fadeIn('slow');
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#persona").hide();
			$("div#proyectos").hide();
			
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#persona-a").click(function () {
		
		  $("div#persona").fadeIn('slow');
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#proyectos").hide();
			
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#proyectos-a").click(function () {
		
		  $("div#proyectos").fadeIn('slow');
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });
		
		$("#museos-a").click(function () {
		
		  $("div#museos").fadeIn('slow');
		  $("div#museos").parent("div.jScrollPaneContainer").show();
		  $("#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#arquitectura-a").click(function () {
		
		  $("div#arquitectura").fadeIn('slow');
		  $("div#arquitectura").parent("div.jScrollPaneContainer").show();
		  $("#museos,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#pabellones-a").click(function () {
		
		  $("div#pabellones").fadeIn('slow');
		  $("div#pabellones").parent("div.jScrollPaneContainer").show();
		  $("#arquitectura,#museos,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#industrial-a").click(function () {
		
		  $("div#industrial").fadeIn('slow');
		  $("div#industrial").parent("div.jScrollPaneContainer").show();
		  $("#arquitectura,#pabellones,#museos,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#tv-a").click(function () {
		
		  $("div#tv").fadeIn('slow');
		  $("div#tv").parent("div.jScrollPaneContainer").show();
		  $("#arquitectura,#pabellones,#industrial,#museos,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });

		$("#eventos-a").click(function () {
		
		  $("div#eventos").fadeIn('slow');
		  $("div#eventos").parent("div.jScrollPaneContainer").show();
		  $("#arquitectura,#pabellones,#industrial,#tv,#museos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#impressum").hide();
			$("div#contact").hide();
			
	    });
		
		$("#impressum-a").click(function () {
		
		  $("div#impressum").fadeIn('slow');
		  $("div#impressum").parent("div.jScrollPaneContainer").show();
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#contact").hide();
			
	    });
		
		$("#contact-a").click(function () {
		
		  $("div#contact").fadeIn('slow');
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			
	    });
		$("#contact-a2").click(function () {
		
		  $("div#contact").fadeIn('slow');
		  $("#museos,#arquitectura,#pabellones,#industrial,#tv,#eventos,#impressum").parent("div.jScrollPaneContainer").hide();
		  
			$("div#filosofia").hide();
			$("div#novedades").hide();
			$("div#persona").hide();
			
			$("div#proyectos").hide();
			$("div#museos").hide();
			$("div#arquitectura").hide();
			$("div#pabellones").hide();
			$("div#industrial").hide();
			$("div#tv").hide();
			$("div#eventos").hide();
			$("div#impressum").hide();
			
	    });
    }); 
