/* Horizontal Carousel */
#horizontal_carousel {
  width: 810px;
  height: 190px;
  padding:10px;
  xxxbackground:#f6f6f6;
  background:#ffffff;
  border:solid 1px #e9e9e9;
}

#horizontal_carousel .container {
  width: 810px;
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 135px;
  height: 190px;
  text-align: center;
  list-style:none;
  float:left;
}

#horizontal_carousel .buttons{
	display: block;
 	clear: both;
}
#horizontal_carousel .previous_button {
  float: left;
  width: 62px;
  height: 36px;
  background: url(../graphics/arrows.png) no-repeat 0 -72px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../graphics/arrows.png) no-repeat 0 -108px;
}

#horizontal_carousel .previous_button_disabled {
  background: none;
  cursor: default;
}

#horizontal_carousel .next_button {
  float: right;
  width: 62px;
  height: 36px;
  background: url(../graphics/arrows.png) no-repeat 0 0;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../graphics/arrows.png) no-repeat 0 -36px;
}

#horizontal_carousel .next_button_disabled {
  background: none;
  cursor: default;
}
