/* Horizontal Carousel */
#horizontal_carousel {
  width: 432px;
  padding:0;
/*  background:#f6f6f6;
  border:solid 1px #e9e9e9;*/
}

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

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

#horizontal_carousel ul li {
  width: 432px;
  height: 210px;
  text-align: left; 
  list-style:none;
  float:left;
}


#horizontal_carousel .buttons{
	display:block;
	width:59px;
}

#horizontal_carousel .previous_button {
  float:left;
  width: 27px;
  height: 17px;
  background: url(images/but_prev.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin:0 5px 0 0;
}

#horizontal_carousel .previous_button_over {
  background: url(images/but_prev_hover.gif) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(images/but_prev_dis.gif) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;
  width: 27px;
  height: 17px;
  background: url(images/but_next.gif) no-repeat;
  z-index: 100;
  cursor: pointer;

}

#horizontal_carousel .next_button_over {
  background: url(images/but_next_hover.gif) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(images/but_next_dis.gif) no-repeat;
  cursor: default;
}

#horizontal_carousel .container {
position:relative;
width: 432px;
overflow: hidden;
}
