/*
	ATTENTION CE FICHIER EST LA POUR PERMETRE LE FONCTIONNEMENT DE PLUSIEURS
	MENU DEFILANT D IMAGE HORIZONZALE
	
	NEED FOLLOWING FILES TOO
	jquery.slider.js
	jquery.dimension.js
	jquery.1.4.2.js
	jquery.ui-1.8.js
	slider.css
 */
 
 	 /*

slider ANNE BRUNNER

 */
  $(function() {
        
		//vars
		var conveyorAB = $(".content-conveyorAB", $("#sliderContentAB")),
		item = $(".itemAB", $("#sliderContentAB"));
		
		//set length of conveyor
		conveyorAB.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsAB = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerAB", $("#sliderContentAB")).css("width")),
          slide: function(e, ui) { 
            conveyorAB.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderAB").slider(sliderOptsAB);
      });


	 
	 	 
	 /*

slider URUSLA BONDERER

 */
 
     $(function() {
        
		//vars
		var conveyorUB = $(".content-conveyorUB", $("#sliderContentUB")),
		item = $(".itemUB", $("#sliderContentUB"));
		
		//set length of conveyor
		conveyorUB.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsUB = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerUB", $("#sliderContentUB")).css("width")),
          slide: function(e, ui) { 
            conveyorUB.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderUB").slider(sliderOptsUB);
      });
	 
	 	 

	 
	 	 /*

slider DB

 */
 
     $(function() {
        
		//vars
		var conveyorDB = $(".content-conveyorDB", $("#sliderContentDB")),
		item = $(".itemDB", $("#sliderContentDB"));
		
		//set length of conveyor
		conveyorDB.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsDB = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerDB", $("#sliderContentDB")).css("width")),
          slide: function(e, ui) { 
            conveyorDB.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderDB").slider(sliderOptsDB);
      });
	 
	 	 /*

slider STEFANIE CONDES  SC

 */
 
     $(function() {
        
		//vars
		var conveyorSC = $(".content-conveyorSC", $("#sliderContentSC")),
		item = $(".itemSC", $("#sliderContentSC"));
		
		//set length of conveyor
		conveyorSC.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsSC = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerSC", $("#sliderContentSC")).css("width")),
          slide: function(e, ui) { 
            conveyorSC.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderSC").slider(sliderOptsSC);
      });
	 
	 	 /*

slider VALENTINE DUBOIS

 */
 
     $(function() {
        
		//vars
		var conveyorVD = $(".content-conveyorVD", $("#sliderContentVD")),
		item = $(".itemVD", $("#sliderContentVD"));
		
		//set length of conveyor
		conveyorVD.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsVD = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerVD", $("#sliderContentVD")).css("width")),
          slide: function(e, ui) { 
            conveyorVD.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderVD").slider(sliderOptsVD);
      });
	 
	 /*

slider GE GALLERY ESSOR

 */
 
     $(function() {
        
		//vars
		var conveyorGE = $(".content-conveyorGE", $("#sliderContentGE")),
		item = $(".itemGE", $("#sliderContentGE"));
		
		//set length of conveyor
		conveyorGE.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsGE = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerGE", $("#sliderContentGE")).css("width")),
          slide: function(e, ui) { 
            conveyorGE.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderGE").slider(sliderOptsGE);
      });
	 
	 	 /*

slider CF CAROLINE FRIEDLI

 */
 
     $(function() {
        
		//vars
		var conveyorCF = $(".content-conveyorCF", $("#sliderContentCF")),
		item = $(".itemCF", $("#sliderContentCF"));
		
		//set length of conveyor
		conveyorCF.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsCF = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerCF", $("#sliderContentCF")).css("width")),
          slide: function(e, ui) { 
            conveyorCF.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderCF").slider(sliderOptsCF);
      });
	 /*

slider KF KARL FRITCH

 */
 
     $(function() {
        
		//vars
		var conveyorKF = $(".content-conveyorKF", $("#sliderContentKF")),
		item = $(".itemKF", $("#sliderContentKF"));
		
		//set length of conveyor
		conveyorKF.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsKF = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerKF", $("#sliderContentKF")).css("width")),
          slide: function(e, ui) { 
            conveyorKF.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderKF").slider(sliderOptsKF);
      });
	 
	 
	 	 /*

slider VALERIE GLORIA VG

 */
 
     $(function() {
        
		//vars
		var conveyorVG = $(".content-conveyorVG", $("#sliderContentVG")),
		item = $(".itemVG", $("#sliderContentVG"));
		
		//set length of conveyor
		conveyorVG.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsVG = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerVG", $("#sliderContentVG")).css("width")),
          slide: function(e, ui) { 
            conveyorVG.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderVG").slider(sliderOptsVG);
      });
	 
	 	 /*

slider SG SIMONE GUGGER

 */
 
     $(function() {
        
		//vars
		var conveyorSG = $(".content-conveyorSG", $("#sliderContentSG")),
		item = $(".itemSG", $("#sliderContentSG"));
		
		//set length of conveyor
		conveyorSG.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsSG = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerSG", $("#sliderContentSG")).css("width")),
          slide: function(e, ui) { 
            conveyorSG.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderSG").slider(sliderOptsSG);
      });

	 /*

slider SK SUSANNE KLEMM

 */
 
     $(function() {
        
		//vars
		var conveyorSK = $(".content-conveyorSK", $("#sliderContentSK")),
		item = $(".itemSK", $("#sliderContentSK"));
		
		//set length of conveyor
		conveyorSK.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsSK = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerSK", $("#sliderContentSK")).css("width")),
          slide: function(e, ui) { 
            conveyorSK.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderSK").slider(sliderOptsSK);
      });
	 
	 
	 	 /*

slider BL BRIGITE LAKEN

 */
 
     $(function() {
        
		//vars
		var conveyorBL = $(".content-conveyorBL", $("#sliderContentBL")),
		item = $(".itemBL", $("#sliderContentBL"));
		
		//set length of conveyor
		conveyorBL.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsBL = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerBL", $("#sliderContentBL")).css("width")),
          slide: function(e, ui) { 
            conveyorBL.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderBL").slider(sliderOptsBL);
      });
	 
	 	 /*

slider SALOME LIPPUNER SL

 */
 
     $(function() {
        
		//vars
		var conveyorSL = $(".content-conveyorSL", $("#sliderContentSL")),
		item = $(".itemSL", $("#sliderContentSL"));
		
		//set length of conveyor
		conveyorSL.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsSL = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerSL", $("#sliderContentSL")).css("width")),
          slide: function(e, ui) { 
            conveyorSL.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderSL").slider(sliderOptsSL);
      });
	 
	 /*

FMider FM FRIEDRICH MULLER

 */
 
     $(function() {
        
		//vars
		var conveyorFM = $(".content-conveyorFM", $("#sliderContentFM")),
		item = $(".itemFM", $("#sliderContentFM"));
		
		//set length of conveyor
		conveyorFM.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsFM = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerFM", $("#sliderContentFM")).css("width")),
          slide: function(e, ui) { 
            conveyorFM.css("left", "-" + ui.value + "px");
          }
        };

        //create FMider
        $("#sliderFM").slider(sliderOptsFM);
      });
	 	 
	  /*
	  
slider HR HEIDI ROETHLIN

 */
 
     $(function() {
        
		//vars
		var conveyorHR = $(".content-conveyorHR", $("#sliderContentHR")),
		item = $(".itemHR", $("#sliderContentHR"));
		
		//set length of conveyor
		conveyorHR.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsHR = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerHR", $("#sliderContentHR")).css("width")),
          slide: function(e, ui) { 
            conveyorHR.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderHR").slider(sliderOptsHR);
      });	 
	 
	 /*
	 
	 slider LS LUCY SARNEEL

 */
 
     $(function() {
        
		//vars
		var conveyorLS = $(".content-conveyorLS", $("#sliderContentLS")),
		item = $(".itemLS", $("#sliderContentLS"));
		
		//set length of conveyor
		conveyorLS.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsLS = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerLS", $("#sliderContentLS")).css("width")),
          slide: function(e, ui) { 
            conveyorLS.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderLS").slider(sliderOptsLS);
      });
	 
	 
	 /*

slider LV LUIZA VOGT

 */
  
    $(function() {
        
		//vars
		var conveyorLV = $(".content-conveyorLV", $("#sliderContentLV")),
		item = $(".itemLV", $("#sliderContentLV"));
		
		//set length of conveyor
		conveyorLV.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsLV = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerLV", $("#sliderContentLV")).css("width")),
          slide: function(e, ui) { 
            conveyorLV.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderLV").slider(sliderOptsLV);
      });
	
	
	/*

slider FV FRANSIKA VOGLER

 */
  
    $(function() {
        
		//vars
		var conveyorFV = $(".content-conveyorFV", $("#sliderContentFV")),
		item = $(".itemFV", $("#sliderContentFV"));
		
		//set length of conveyor
		conveyorFV.css("width", item.length * parseInt(item.css("width")));
				
        //config
        var sliderOptsFV = {
		  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewerFV", $("#sliderContentFV")).css("width")),
          slide: function(e, ui) { 
            conveyorFV.css("left", "-" + ui.value + "px");
          }
        };

        //create slider
        $("#sliderFV").slider(sliderOptsFV);
      });
