/* Horizontal Carousel 1 */
#horizontal_carousel {
  margin-top:2px;
  float: left;
  width: 340px;
  height: 58px;
  margin-bottom: 10px;
  position: relative;

}

#horizontal_carousel .container {
  float: left;
  width: 298px;
  height: 58px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 1000px;
  position: relative;
  top: 0;
  left: 0;
  height: 58px;
}                      

#horizontal_carousel ul li {
  width: 88px;
  height: 58px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  margin-top:-1px;
  float:left;  
  width: 21px;
  height: 58px;
  background: url(images/Last.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(images/Last.jpg) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(images/Last.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  margin-top:-1px;
  float:left;  
  width: 21px;
  height: 58px;
  background: url(images/Next.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(images/Next.jpg) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(images/Next.jpg) no-repeat;
  cursor: default;
}


/* Horizontal Carousel 2 */
#horizontal_carousel2 {
  float: left;
  margin-top:2px;
  width: 335px;
  height: 58px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 282px;
  height: 58px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 1000px;
  position: relative;
  top: 0;
  left: 0;
  height: 58px;
}                      

#horizontal_carousel2 ul li {
  width: 88px;
  height: 58px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  margin-top:-1px;
  float:left;  
  width: 21px;
  height: 58px;
  background: url(images/Last.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(images/Last.jpg) no-repeat;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(images/Last.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  margin-top:-1px;
  float:left;  
  width: 21px;
  height: 58px;
  background: url(images/Next.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(images/Next.jpg) no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(images/Next.jpg) no-repeat;
  cursor: default;
}