/* Horizontal Carousel */
#horizontal_carousel {
  width: 428px;
  height: 90px;
  padding: 0;
  position: relative;
}

#horizontal_carousel .container {
  width: 428px;
  height: 80px;
  position: relative;    
  overflow: hidden;
  padding: 10px 0 0 1px;
}

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

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

#horizontal_carousel .previous_button {
	float: left;
  width: 32px;
  height: 46px;
  margin: 0 0 0 20px;
  background: url(prototype-ui/horizontal/left.jpg) -32px no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left.jpg) -64px no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left.jpg) 0px no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
	float: left; 
  width: 32px;
  height: 46px;
  padding: 0;
  background: url(prototype-ui/horizontal/right.jpg) -32px 0 no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right.jpg) -64px 0 no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right.jpg)  0 0 no-repeat;
  cursor: default;
}


/* Horizontal Carousel */
#horizontal_carousel2 {
  width: 428px;
  height: 90px;
  padding: 0;
  position: relative;
}

#horizontal_carousel2 .container {
  width: 428px;
  height: 80px;
  position: relative;    
  overflow: hidden;
  padding: 10px 0 0 1px;
}

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

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

#horizontal_carousel2 .previous_button {
	float: left;
  width: 32px;
  height: 46px;
  margin: 0 0 0 20px;
  background: url(prototype-ui/horizontal/left.jpg) -32px no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(prototype-ui/horizontal/left.jpg) -64px no-repeat;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(prototype-ui/horizontal/left.jpg) 0px no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
	float: left; 
  width: 32px;
  height: 46px;
  padding: 0;
  background: url(prototype-ui/horizontal/right.jpg) -32px 0 no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(prototype-ui/horizontal/right.jpg) -64px 0 no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(prototype-ui/horizontal/right.jpg)  0 0 no-repeat;
  cursor: default;
}

