/* Horizontal Carousel */
#horizontal_carousel {
  width: 378px;
  height: 50px;
  padding: 0px 0px 0px 0px;
  margin-top: 18px;
  margin-left: 49px;  
}

#horizontal_carousel .container {
	position: relative;
  width: 378px;
  overflow: hidden;
  }

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  height: 50px;
}                      

#horizontal_carousel ul li {
  width: 54px;
  height: 38px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin: 0px;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 15px;
  height: 28px;
  background: url(../images/SCROLL_ARROW_LEFT.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
  position:absolute;
  top: 240px;
  left: 508px;
}

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

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

#horizontal_carousel .next_button {
  float:right;  
  width: 15px;
  height: 28px;
  background: url(../images/SCROLL_ARROW_RIGHT.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
  position:absolute;
  top: 240px;
  left: 913px;
  margin: 0px
}

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

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