.jcarousel-skin-other {
  height: 75px; }
  .jcarousel-skin-other .jcarousel-container {
    position: relative; }
  .jcarousel-skin-other .jcarousel-container-horizontal {
    width: 200px; }
  .jcarousel-skin-other .jcarousel-clip-horizontal {
    position: relative;
    z-index: 2;
    width: 170px;
    margin-left: 15px;
    height: 75px;
    overflow: hidden; }
  .jcarousel-skin-other .jcarousel-list {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    z-index: 1; }
  .jcarousel-skin-other .jcarousel-item {
    width: 75px;
    height: 75px; }
  .jcarousel-skin-other .jcarousel-item-placeholder {
    background: #fff;
    color: #000; }
  .jcarousel-skin-other .jcarousel-next-horizontal,
  .jcarousel-skin-other .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    width: 7px;
    height: 12px;
    cursor: pointer;
    font-size: 1px;
    background: transparent url(../images/arrows.gif) no-repeat 0 0; }
  .jcarousel-skin-other .jcarousel-next-horizontal {
    background-position: -7px 0;
    right: 5px; }
    .jcarousel-skin-other .jcarousel-next-horizontal:hover, .jcarousel-skin-other .jcarousel-next-horizontal:active {
      background-position: -7px -12px; }
  .jcarousel-skin-other .jcarousel-next-disabled-horizontal, .jcarousel-skin-other .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-other .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -7px -24px; }
  .jcarousel-skin-other .jcarousel-prev-horizontal {
    left: 5px; }
    .jcarousel-skin-other .jcarousel-prev-horizontal:hover, .jcarousel-skin-other .jcarousel-prev-horizontal:active {
      background-position: 0 -12px; }
  .jcarousel-skin-other .jcarousel-prev-disabled-horizontal, .jcarousel-skin-other .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-other .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -24px; }
