/* Horizontal Carousel */
#horizontal_carousel {
  width: 680px;
  padding:0px;
}

#horizontal_carousel .container {
position:relative;
width: 680px;
overflow: hidden;
} 
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 90px;
}                      

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

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 8px;
  height: 11px;
  background: url(images/but_prev.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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

#horizontal_carousel .next_button {
  float:right;  
  width: 8px;
  height: 11px;
  background: url(images/but_next.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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



/*second panel*/
#horizontal_carouse2 {
  width: 680px;
  padding:0px;
}

#horizontal_carouse2 .container {
position:relative;
width: 680px;
overflow: hidden;
} 
#horizontal_carouse2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 90px;
}                      

#horizontal_carouse2 ul li {
  width: 170px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carouse2 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carouse2 .previous_button {
  float:left;  
  width: 8px;
  height: 11px;
  background: url(images/but_prev.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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

#horizontal_carouse2 .next_button {
  float:right;  
  width: 8px;
  height: 11px;
  background: url(images/but_next.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

#horizontal_carouse2 .next_button_disabled {
  background: url(images/but_next_dis.gif) no-repeat;
  cursor: default;
}
/*end*/
