/* Horizontal Carousel */
#horizontal_carousel {
  width: 400px;
  height: 330px;
  background:#f6f6f6;
  border:						5px solid #ebebeb;		
  margin:		0 0 0 140px;
}

#horizontal_carousel .container {
  width: 400px;
  overflow: hidden;
  height: 300px;
  position:relative;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 400px;
  height: 300px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
	margin:10px 5px;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(/images/site/slider/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/images/site/slider/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(/images/site/slider/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(/images/site/slider/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/images/site/slider/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(/images/site/slider/but_next_dis.png) no-repeat;
  cursor: default;
}
