/* Horizontal Carousel */
#horizontal_carousel {
  width: 618px;
  height: 175px;
 /* padding: 10px;*/
  background: none;
  margin-bottom: 20px;
}

.text_full #horizontal_carousel img { margin: 0; border: 0; padding: 0; background: none; }

#horizontal_carousel .container {
  /*width: 618px;*/
  overflow: hidden;
  overflow-x: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -5px;
  height: 150px;
}

#horizontal_carousel ul li {
	padding: 10px 3px 10px 4px;
  width: 190px;
  height: 150px;
  text-align: center;
  list-style:none;
  float:left;
}

#horizontal_carousel ul li, #horizontal_carousel ul li div, #horizontal_carousel ul li div a {
  font-size: 10px;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}

#horizontal_carousel .previous_button, #horizontal_carousel .next_button {
 	padding: 5px 0 5px 0;
	width: 23px;
	height: 17px;
	z-index: 100;
	cursor: pointer;
	position: absolute; bottom: 0px;
}

#horizontal_carousel .previous_button {
  left: 0;
  background: url('/js/carousel/img/but_prev.png') no-repeat;
}

#horizontal_carousel .previous_button_over {
  background: url('/js/carousel/img/but_prev_hover.png') no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url('/js/carousel/img/but_prev_dis.png') no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  right: 0;
  background: url('/js/carousel/img/but_next.png') no-repeat;
}

#horizontal_carousel .next_button_over {
  background: url('/js/carousel/img/but_next_hover.png') no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url('/js/carousel/mg/but_next_dis.png') no-repeat;
  cursor: default;
}
