/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 510px;
  height: 90px;
  margin-left:9px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 480px;
  height: 90px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  float: left;
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}                      

#horizontal_carousel ul li {
  display: block;
  padding: 0;
  border: 0;
  width: 120px;
  height: 90px;
  list-style:none;   
  float:left;
}

#horizontal_carousel ul li img {
 margin-top: 6px;
 margin-left: 7px;
 border: 0;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 15px;
  height: 90px;
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-active.gif);
  z-index: 100;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 15px;
  height: 90px;
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}
/* porte */
#horizontal_carousel2 {
  float: left;
  width: 510px;
  height: 187px;
  margin-left:9px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 480px;
  height: 187px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel2 ul {
  float: left;
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 187px;
}                      

#horizontal_carousel2 ul li {
  display: block;
  padding: 0;
  border: 0;
  width: 120px;
  height: 187px;
  list-style:none;   
  float:left;
}

#horizontal_carousel2 ul li img {
 /*margin-top: 6px;
 margin-left: 7px;*/
 border: 0;
}

#horizontal_carousel2 .previous_button {
  float:left;  
  width: 15px;
  height: 187px;
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 15px;
  height: 187px;
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}

/* poignee ou plan de travail */
#horizontal_carousel3 {
  float: left;
  width: 510px;
  height: 147px;
  margin-left:9px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel3 .container {
  float: left;
  width: 480px;
  height: 147px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel3 ul {
  float: left;
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}                      

#horizontal_carousel3 ul li {
  display: block;
  padding: 0;
  border: 0;
  width: 120px;
  height: 147px;
  list-style:none;   
  float:left;
}

#horizontal_carousel3 ul li img {
 /*margin-top: 6px;
 margin-left: 7px;*/
 border: 0;
}

#horizontal_carousel3 .previous_button {
  float:left;  
  width: 15px;
  height: 147px;
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel3 .previous_button_over {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel3 .previous_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}

#horizontal_carousel3 .next_button {
  float:left;  
  width: 15px;
  height: 147px;
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel3 .next_button_over {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel3 .next_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}

/* crédences */
#horizontal_carousel4 {
  float: left;
  width: 510px;
  height: 147px;
  margin-left:9px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel4 .container {
  float: left;
  width: 480px;
  height: 147px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel4 ul {
  float: left;
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}                      

#horizontal_carousel4 ul li {
  display: block;
  padding: 0;
  border: 0;
  width: 120px;
  height: 147px;
  list-style:none;   
  float:left;
}

#horizontal_carousel4 ul li img {
 /*margin-top: 6px;
 margin-left: 7px;*/
 border: 0;
}

#horizontal_carousel4 .previous_button {
  float:left;  
  width: 15px;
  height: 147px;
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel4 .previous_button_over {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel4 .previous_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisines-viewer-arrow-left-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}

#horizontal_carousel4 .next_button {
  float:left;  
  width: 15px;
  height: 147px;
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-active.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel4 .next_button_over {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-over.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#horizontal_carousel4 .next_button_disabled {
  background: url(../images/prototype-ui/horizontal/cuisine-viewer-arrow-right-stop.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}
