/* Horizontal Carousel */
#horizontal_carousel {
  width: 554px;
  height: 120px;
  padding:8px 10px 10px 10px;
/*  background:#fff;
  border:solid 1px #e9e9e9;*/
  overflow: hidden;
  z-index:100;
  margin:0 0 10px 0;
  margin:0px 0 0 20px;
}

#horizontal_carousel .container {
  width: 554px;
  overflow: hidden;
  z-index:100;
  position:relative;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 1000000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 135px;
  overflow: hidden;
}                      

#horizontal_carousel ul li {
  width: 135px;
  height: 120px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow: hidden;
  padding:0 3px;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 15px;
  height: 23px;
  background: url(../images/arrow-left.jpg) no-repeat;
  cursor: pointer;
  z-index:300;
  top:60px;
  left:5px;
  position:absolute;
}

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

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

#horizontal_carousel .next_button {
  float:right;  
  width: 15px;
  height: 23px;
  background: url(../images/arrow-right.jpg) no-repeat;
  z-index:300;
  cursor: pointer;
  top:60px;
  right:5px;
  position:absolute;
}

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

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