.jcarousel-container-horizontal {
  width: 650px;
  padding: 0 40px;
}

.jcarousel-clip-horizontal {
  width: 650px;
  height: 50px;
}

.jcarousel-item {
  width: 120px;
  height: 50px;
}

.jcarousel-item-horizontal {
  margin-right: 10px;
}

/* Кнопки */
.jcarousel-next-horizontal {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 25px;
  height: 35px;
  cursor: pointer;
  background: transparent url(/img/general2010/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
  background-position: -25px 0;
}

.jcarousel-next-horizontal:active {
  background-position: -50px 0;
}

.jcarousel-next-disabled-horizontal,.jcarousel-next-disabled-horizontal:hover,.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -75px 0;
}

.jcarousel-prev-horizontal {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 25px;
  height: 35px;
  cursor: pointer;
  background: transparent url(/img/general2010/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
  background-position: -25px 0;
}

.jcarousel-prev-horizontal:active {
  background-position: -50px 0;
}

.jcarousel-prev-disabled-horizontal,.jcarousel-prev-disabled-horizontal:hover,.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -75px 0;
}