.jcarousel-skin-tango .jcarousel-container {
  background: #c5b09e;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 580px;
  padding: 0 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width:  580px;
  height: 56px;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 74px;
  height: 56px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  /*margin-right: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #c5b09e;
}
/**
*  Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  right: 0px;
  width: 35px;
  height: 51px;
  cursor: pointer;
  background: url(../images/btn_thumb_right.gif) no-repeat center;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  left: 0px;
  width: 35px;
  height: 51px;
  cursor: pointer;
  background: url(../images/btn_thumb_left.gif) no-repeat center;
}
