/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 710px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 630px;
  height: 150px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel ul li {
  width: 70px;
  height: 60px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 100px;
  background: url(../images/left.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/left_over.png) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/left_disabled.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 100px;
  background: url(../images/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/right_over.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/right_disabled.png) no-repeat;
  cursor: default;
}

/* Horizontal Carousel large */
#horizontal_carousel2 {
  width: 800px;
  height: 210px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 550px;
  height: 210px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 180px;
}                      

#horizontal_carousel2 ul li {
  width: 233px;
  height: 210px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  float:left;  
  width: 32px;
  height: 210px;
  background: url(../images/home_left.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/home_left_over.png) no-repeat;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/home_left_disabled.png) no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 32px;
  height: 210px;
  background: url(../images/home_right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/home_right_over.png) no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/home_right_disabled.png) no-repeat;
  cursor: default;
}




/* Horizontal Carousel3 */
#horizontal_carousel3 {
  float: left;
  width: 710px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel3 .container {
  float: left;
  width: 630px;
  height: 150px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel3 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel3 ul li {
  width: 70px;
  height: 60px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel3 .previous_button {
  float:left;  
  width: 32px;
  height: 100px;
  background: url(../images/left.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel3 .previous_button_over {
  background: url(../images/left_over.png) no-repeat;
}

#horizontal_carousel3 .previous_button_disabled {
  background: url(../images/left_disabled.png) no-repeat;
  cursor: default;
}

#horizontal_carousel3 .next_button {
  float:left;  
  width: 32px;
  height: 100px;
  background: url(../images/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel3 .next_button_over {
  background: url(../images/right_over.png) no-repeat;
}

#horizontal_carousel3 .next_button_disabled {
  background: url(../images/right_disabled.png) no-repeat;
  cursor: default;
}











