/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 635px;
  height: 109px;
  padding: 0 0 0 120px;
  position: relative;
}

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

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

#horizontal_carousel ul li {
  width: 142px;
  height: 109px;
  text-align: center; 
  list-style:none;   
  float:left;
  vertical-align: middle;
  line-height: 109px;
}
#horizontal_carousel img
{
  vertical-align: middle;
}

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

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png) 0 -30px;
}

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

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

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png) 0 -30px;
}

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



#horizontal_carousel2 {
  float: left;
  width: 635px;
  height: 109px;
  padding: 0 0 10px 120px;
  position: relative;
	background: transparent;
}

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

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

#horizontal_carousel2 ul li {
  width: 142px;
  height: 109px;
  text-align: center; 
  list-style:none;   
  float:left;
  vertical-align: middle;
  line-height: 109px;
}
#horizontal_carousel2 img
{
  vertical-align: middle;
}

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

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

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

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

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

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