$(document).ready(function() {
	
	 $('#projets .project-images')
	.after('<div id="nav-projets" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-projets' 
	});
	    $('#hotel .project-images')
	.after('<div id="nav-hotel" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-hotel' 
	});
	    $('#goldenbook .project-images')
	.after('<div id="nav-goldenbook" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-goldenbook' 
	});
    $('#learn .project-images')
	.after('<div id="nav-learn" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-learn' 
	});
	
	$('#huoshan .project-images')
	.after('<div id="nav-huoshan" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-huoshan' 
	});
    
    $('#3d .project-images')
	.after('<div id="nav-3d" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-3d' 
	});

    $('#hassan .project-images')
	.after('<div id="nav-hassan" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-hassan' 
	});

    $('#virtualfantasy .project-images')
	.after('<div id="nav-virtualfantasy" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-virtualfantasy' 
	});

    $('#trace .project-images')
	.after('<div id="nav-trace" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-trace' 
	});

    $('#wizzball .project-images')
	.after('<div id="nav-wizzball" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-wizzball' 
	});

    $('#jovelin .project-images')
	.after('<div id="nav-jovelin" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-jovelin' 
	});

    $('#batwell .project-images')
	.after('<div id="nav-batwell" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-batwell' 
	});
	
	    $('#vaguabonde .project-images')
	.after('<div id="nav-vaguabonde" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-vaguabonde' 
	});
	
	    $('#locations .project-images')
	.after('<div id="nav-locations" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-locations' 
	});
	
	    $('#vendette .project-images')
	.after('<div id="nav-vendette" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-vendette' 
	});
	
	    $('#tournebroche .project-images')
	.after('<div id="nav-tournebroche" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-tournebroche' 
	});
	
	    $('#ori .project-images')
	.after('<div id="nav-ori" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-ori' 
	});
	
	    $('#posters .project-images')
	.after('<div id="nav-posters" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-posters' 
	});
	
	    $('#digital .project-images')
	.after('<div id="nav-digital" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-digital' 
	});
	
	    $('#equat .project-images')
	.after('<div id="nav-equat" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-equat' 
	});
	
	    $('#party .project-images')
	.after('<div id="nav-party" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-party' 
	});
	
	    $('#cellophman .project-images')
	.after('<div id="nav-cellophman" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-cellophman' 
	});	
	
	    $('#photos .project-images')
	.after('<div id="nav-photos" class="nav">') 
	.cycle({ 
	    fx:     'scrollLeft', 
	    speed:  '100', 
	    timeout: 0, 
	    pager:  '#nav-photos' 
	});	
	
	
    $("ul li a").click(function(){
		$("ul li a").removeClass('selected');
		$(this).addClass('selected');
	});
	
	$("#header-navigation a").click(function(){
		$("#header-navigation a").removeClass('selected-header');
		$(this).addClass('selected-header');
	});


  $('.nav-content').click(function() {
	  $('#content').fadeIn(400);
	  $('#profile').hide();
    return false;
  });

  $('#learn').hide();
  $('#huoshan').hide();
  $('#3d').hide();
  $('#huoshan').hide();
  $('#hassan').hide();
  $('#virtualfantasy').hide();
  $('#trace').hide();
  $('#wizzball').hide();
  $('#jovelin').hide();
  $('#batwell').hide();
  $('#vaguabonde').hide();
  $('#locations').hide();
  $('#vendette').hide();
  $('#tournebroche').hide();
  $('#ori').hide();
  $('#posters').hide();
  $('#digital').hide();
  $('#equat').hide();
  $('#cellophman').hide();
  $('#party').hide();
  $('#photos').hide();
  $('#hotel').hide();
  $('#goldenbook').hide();
  
  $('.nav-learn').click(function() {
    $('#learn').fadeIn(800);
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-huoshan').click(function() {		
    $('#huoshan').fadeIn(800);
    $('#learn').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-3d').click(function() {
    $('#3d').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-hassan').click(function() {
    $('#hassan').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-virtualfantasy').click(function() {
    $('#virtualfantasy').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-trace').click(function() {
    $('#trace').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-wizzball').click(function() {
    $('#wizzball').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#jovelin').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-jovelin').click(function() {
    $('#jovelin').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#batwell').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });

  $('.nav-batwell').click(function() {
    $('#batwell').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
    $('.nav-vaguabonde').click(function() {
    $('#vaguabonde').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#batwell').hide();
    $('#locations').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
	  $('.nav-locations').click(function() {
    $('#locations').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#batwell').hide();
    $('#vendette').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
	$('.nav-vendette').click(function() {
    $('#vendette').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
	
	$('.nav-tournebroche').click(function() {
    $('#tournebroche').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#vendette').hide();
    $('#ori').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
		
	$('.nav-ori').click(function() {
    $('#ori').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#vendette').hide();
    $('#posters').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
			
	$('.nav-posters').click(function() {
    $('#posters').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
	
    $('.nav-digital').click(function() {
    $('#digital').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#posters').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
		
    $('.nav-equat').click(function() {
    $('#equat').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#posters').hide();
    $('#cellophman').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
 
    $('.nav-cellophman').click(function() {
    $('#cellophman').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#posters').hide();
    $('#party').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
				
    $('.nav-party').click(function() {
    $('#party').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#posters').hide();
	$('#photos').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	 return false;
  });
	
    $('.nav-photos').click(function() {
    $('#photos').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#posters').hide();
	$('#party').hide();
	  $('#hotel').hide();
  $('#goldenbook').hide();
	
    return false;
  });
  
      $('.nav-hotel').click(function() {
    $('#hotel').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#posters').hide();
	$('#party').hide();
    $('#photos').hide();
    $('#goldenbook').hide();
	
    return false;
  });
  
   $('.nav-goldenbook').click(function() {
    $('#goldenbook').fadeIn(800);
    $('#learn').hide();
    $('#huoshan').hide();
    $('#3d').hide();
    $('#hassan').hide();
  	$('#virtualfantasy').hide();
    $('#trace').hide();
    $('#wizzball').hide();
    $('#jovelin').hide();
	$('#projets').hide();
	$('#vaguabonde').hide();
    $('#locations').hide();
    $('#batwell').hide();
    $('#tournebroche').hide();
    $('#ori').hide();
    $('#vendette').hide();
    $('#digital').hide();
    $('#equat').hide();
    $('#cellophman').hide();
    $('#posters').hide();
	$('#party').hide();
    $('#photos').hide();
    $('#hotel').hide();
	
    return false;
  });
  
  
  
  
});
