/* Horizontal Carousel */
#horizontal_carousel {
  /*width: 700px;
  height: 300px;
  padding:10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;*/
}

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

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

#horizontal_carousel ul li { 
  height:282px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding-right:10px;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  width: 28px;
  height: 38px;
  background: url(../images/arrow-left.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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

#horizontal_carousel .next_button {
  width: 28px;
  height: 38px;
  background: url(../images/arrow-right.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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

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