/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 680px;
  height: 135px;
  margin-bottom: 0;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 600px;
  height: 135px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 195px;
}                      

#horizontal_carousel ul li {
	padding-top: 30px;
  width: 200px;
  height: 135px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 140px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  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: 32px;
  height: 140px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  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_carousel2 {
  float: left;
  width: 680px;
  height: 135px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 600px;
  height: 135px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 195px;
}                      

#horizontal_carousel2 ul li {
	padding-top: 30px;
  width: 200px;
  height: 135px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  float:left;  
  width: 32px;
  height: 140px;
  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/left_disabled.png);
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 32px;
  height: 140px;
  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/right_disabled.png);
  cursor: default;
}



