/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 490px;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 400px;
  height: 180px;
  position: relative;    
  overflow: hidden;padding:0; margin: 2;left: 0;
  
}

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

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

#horizontal_carousel .previous_button {
	top:87px;
  float:left;  
  width: 25px;
  height: 185px;
  background: url(/img/arr_slide_left.gif) center no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/img/arr_slide_left_on.gif) center  no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(/img/arr_slide_left_dis.gif) center  no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 25px;
  height: 185px;
  background: url(/img/arr_slide_right.gif) center  no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/img/arr_slide_right_on.gif) center  no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(/img/arr_slide_right_dis.gif) center  no-repeat;
  cursor: default;
}
.imageScroll
{
border:3px solid #9BC28A;
}




