/* Horizontal Carousel */
#horizontal_carousel {
  width: 630px;
  height: 180px;
  padding:10px;
  background:#EAEAEA;
  border:solid 1px #C5C3C3;
}

#horizontal_carousel .container {
  width: 630px;
  overflow: hidden;
  height:150;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 214px;
  height: 163px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(img/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(img/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(img/but_next_dis.png) no-repeat;
  cursor: default;
}

/* Horizontal Carousel1 */
#horizontal_carousel1 {
  width: 630px;
  height: 180px;
  padding:10px;
  background:#EAEAEA;
  border:solid 1px #C5C3C3;
}

#horizontal_carousel1 .container {
  width: 630px;
  overflow: hidden;
  height:150;
}

#horizontal_carousel1 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 90px;
}                      

#horizontal_carousel1 ul li {
  width: 214px;
  height: 163px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel1 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel1 .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .previous_button_over {
  background: url(img/but_prev_hover.png) no-repeat;}

#horizontal_carousel1 .previous_button_disabled {
  background: url(img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel1 .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .next_button_over {
  background: url(img/but_next_hover.png) no-repeat;
}

#horizontal_carousel1 .next_button_disabled {
  background: url(img/but_next_dis.png) no-repeat;
  cursor: default;
}


/* Horizontal Carousel11 */
#horizontal_carousel11 {
  width: 630px;
  height: 180px;
  padding:10px;
  background:#EAEAEA;
  border:solid 1px #C5C3C3;
}

#horizontal_carousel11 .container {
  width: 630px;
  overflow: hidden;
  height:150;
}

#horizontal_carousel11 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 90px;
}                      

#horizontal_carousel11 ul li {
  width: 214px;
  height: 163px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel11 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel11 .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel11 .previous_button_over {
  background: url(img/but_prev_hover.png) no-repeat;}

#horizontal_carousel11 .previous_button_disabled {
  background: url(img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel11 .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel11 .next_button_over {
  background: url(img/but_next_hover.png) no-repeat;
}

#horizontal_carousel11 .next_button_disabled {
  background: url(img/but_next_dis.png) no-repeat;
  cursor: default;
}


