.jc-photo .jcarousel-container-horizontal {
  width: 912px;
  padding: 0 0 0 39px;
}

.jc-photo .jcarousel-clip {  overflow: hidden; }

.jc-photo .jcarousel-clip-horizontal {
  width:  891px;
  height: 65px;
  overflow: hidden;
}

.jc-photo .jcarousel-item {
  width: 81px;
  overflow: hidden;
  color: #ffbe00;
  position: relative;
}

.jc-photo .jcarousel-item img {
  cursor: hand;
  cursor: pointer;
}

.jc-photo .jcarousel-next-horizontal {
  position: absolute;
  top: 17px;
  right: 2px;
  width: 15px;
  height: 20px;
  cursor: hand;
  cursor: pointer;
  background: transparent url(/img/ar_r.gif) no-repeat 0 0;
}

.jc-photo .jcarousel-prev-horizontal {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 15px;
  height: 20px;
  cursor: hand;
  cursor: pointer;
  background: transparent url(/img/ar_l.gif) no-repeat 0 0;
}