/* Horizontal Carousel */

#horizontal_carousel1 {
  width: 570px;
  
  margin-bottom: 10px;
  position: relative;
  padding-top:0px;
  padding-left:0px;
}

#horizontal_carousel1 .container {
  float: left;
  width: 525px;

  position: relative;    
  overflow: hidden;
  margin-left:5px;
  margin-right:5px;
  border:#707070 solid 1px;
}

#horizontal_carousel1 ul {
  margin: 0;
  padding:0;

  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  
}                      

#horizontal_carousel1 ul li {
  width: 525px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel1 .previous_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel1 .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel1 .next_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel1 .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}

/****************************************/
/* Horizontal Carousel */
#horizontal_carousel2 {
  width: 570px;
  
  margin-bottom: 10px;
  position: relative;
  padding-top:0px;
  padding-left:0px;
}

#horizontal_carousel2 .container {
  float: left;
  width: 525px;

  position: relative;    
  overflow: hidden;
  margin-left:5px;
  margin-right:5px;
  border:#707070 solid 1px;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;

  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  
}                      

#horizontal_carousel2 ul li {
  width: 525px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(prototype-ui/horizontal/vide.png);
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel2 .next_button_disabled {
  background: url(prototype-ui/horizontal/vide.png);
  cursor: default;
}
/************************************************************/
#horizontal_carousel3 {
  width: 570px;
  
  margin-bottom: 10px;
  position: relative;
  padding-top:0px;
  padding-left:0px;
}

#horizontal_carousel3 .container {
  float: left;
  width: 525px;

  position: relative;    
  overflow: hidden;
  margin-left:5px;
  margin-right:5px;
  border:#707070 solid 1px;
}

#horizontal_carousel3 ul {
  margin: 0;
  padding:0;

  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  
}                      

#horizontal_carousel3 ul li {
  width: 525px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel3 .previous_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel3 .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel3 .previous_button_disabled {
  background: url(prototype-ui/horizontal/vide.png);
  cursor: default;
}

#horizontal_carousel3 .next_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel3 .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel3 .next_button_disabled {
  background: url(prototype-ui/horizontal/vide.png);
  cursor: default;
}
/*********************************************************************/
#horizontal_carousel4 {
  width: 570px;
  
  margin-bottom: 10px;
  position: relative;
  padding-top:0px;
  padding-left:0px;
}

#horizontal_carousel4 .container {
  float: left;
  width: 525px;

  position: relative;    
  overflow: hidden;
  margin-left:5px;
  margin-right:5px;
  border:#707070 solid 1px;
}

#horizontal_carousel4 ul {
  margin: 0;
  padding:0;

  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  
}                      

#horizontal_carousel4 ul li {
  width: 525px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel4 .previous_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel4 .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel4 .previous_button_disabled {
  background: url(prototype-ui/horizontal/vide.png);
  cursor: default;
}

#horizontal_carousel4 .next_button {
  float:left;  
  width: 15px;
  height: 32px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel4 .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel4 .next_button_disabled {
  background: url(prototype-ui/horizontal/vide.png);
  cursor: default;
}
