/* Horizontal Carousel */
#horizontal_carousel {
  float: center;
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 408px;
  height: 140px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 140px;
}                      

#horizontal_carousel ul li {
  width: 102px;
  height: 140px;
  text-align: center;
  font-size: 8px;
  color: #FF0000;
  font-weight: bold;
  text-transform: uppercase;
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 16px;
  height: 65px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 50;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 16px;
  height: 65px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 50;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}





/* Horizontal Carousel */
#horizontal_carousel1 {
  float: center;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel1 .container {
  float: left;
  width: 408px;
  height: 120px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel1 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 120px;
}                      

#horizontal_carousel1 ul li {
  width: 102px;
  height: 120px;
  text-align: center;
  font-size: 8px;
  color: #FF0000;
  font-weight: bold;
  text-transform: uppercase;
  list-style:none;   
  float:left;
}

#horizontal_carousel1 .previous_button {
  float:left;  
  width: 16px;
  height: 65px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 50;
  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: 16px;
  height: 65px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 50;
  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;
}
