/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 619px;
  height: 95px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 619px;
  height: 95px;
  position: relative;    
  overflow: hidden;
  padding-top: 4px;
}

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

#horizontal_carousel ul li {
  width: 619px;
  height: 95px; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button { 
	position: absolute; 
	left: 3px;
	top: 108px;
  width: 15px;
  height: 15px;
  background: url(../images/arrow_left.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/arrow_left.jpg);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/arrow_left.jpg);
  cursor: default;
}

#horizontal_carousel .next_button {
	position: absolute;  
	left: 600px;
	top: 108px;
  width: 15px;
  height: 15px;
  background: url(../images/arrow_right.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/arrow_right.jpg);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/arrow_right.jpg);
  cursor: default;
}










/* Horizontal Carousel */
#horizontal_carousel2 {
  float: left;
  width: 298px;
  height: 95px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 298px;
  height: 95px;
  position: relative;    
  overflow: hidden;
  padding-top: 4px;
}

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

#horizontal_carousel2 ul li {
  width: 298px;
  height: 95px; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button { 
	position: absolute; 
	left: 3px;
	top: 108px;
  width: 15px;
  height: 15px;
  background: url(../images/arrow_left.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/arrow_left.jpg);
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/arrow_left.jpg);
  cursor: default;
}

#horizontal_carousel2 .next_button {
	position: absolute;  
	left: 280px;
	top: 108px;
  width: 15px;
  height: 15px;
  background: url(../images/arrow_right.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/arrow_right.jpg);
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/arrow_right.jpg);
  cursor: default;
}