.jcarousel-skin-tent {
  clear: both;
}
.jcarousel-skin-tent img {
  padding: 1px;
  border: solid 1px #ccc;
}
.jcarousel-skin-tent a {
  text-decoration: none;
  color: #8b8b8b;
}
.jcarousel-skin-tent a:hover {
  color: #444;
}
.jcarousel-skin-tent a:hover img {
  border: solid 1px #888;
}

.jcarousel-skin-tent .jcarousel-container-horizontal {
  width: 920px;
  height: 137px;
  padding: 0 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.jcarousel-skin-tent .jcarousel-clip-horizontal {
  width: 920px;
  height: 137px;
  background: #f8f8f8;
}

.jcarousel-skin-tent .jcarousel-item-horizontal {
  width: 150px;
  height: 119px;
  padding-top: 18px;
  text-align: center;
}

.jcarousel-skin-tent .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tent .jcarousel-next-horizontal {
  position: absolute;
  right: 0; top: 0;
  width: 20px;
  height: 137px;
  cursor: pointer;
  background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tent .jcarousel-next-horizontal:hover {
  background-position: -20px 0;
}

.jcarousel-skin-tent .jcarousel-next-horizontal:active {
  background-position: -40px 0;
}

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

.jcarousel-skin-tent .jcarousel-prev-horizontal {
  position: absolute;
  left: 0; top: 0;
  width: 20px;
  height: 137px;
  cursor: pointer;
  background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tent .jcarousel-prev-horizontal:hover {
  background-position: -20px 0;
}

.jcarousel-skin-tent .jcarousel-prev-horizontal:active {
  background-position: -40px 0;
}

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


/**
 *  Vertical 
 */

.jcarousel-skin-tent .jcarousel-container-vertical {
  width: 194px;
  height: 500px;
  padding: 36px 0;
}

.jcarousel-skin-tent .jcarousel-clip-vertical {
  width: 194px;
  height: 500px;
}

.jcarousel-skin-tent .jcarousel-item-vertical {
  width: 190px;
  height: 240px;
  padding: 0 2px;
  margin-bottom: 10px;
}

.jcarousel-skin-tent .jcarousel-next-vertical {
  height: 36px;
  cursor: pointer;
  background: transparent url(next-vertical.jpg) center top no-repeat;
  margin-bottom: -36px;
}

.jcarousel-skin-tent .jcarousel-next-vertical:hover {
  background-position: center -36px;
}

.jcarousel-skin-tent .jcarousel-next-vertical:active {
  background-position: center -72px;
}

.jcarousel-skin-tent .jcarousel-next-disabled-vertical,
.jcarousel-skin-tent .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tent .jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: center -108px;
}

.jcarousel-skin-tent .jcarousel-prev-vertical {
  height: 32px;
  cursor: pointer;
  background: transparent url(prev-vertical.jpg) center top no-repeat;
  margin-top: -32px;
}

.jcarousel-skin-tent .jcarousel-prev-vertical:hover {
  background-position: center -36px;
}

.jcarousel-skin-tent .jcarousel-prev-vertical:active {
  background-position: center -72px;
}

.jcarousel-skin-tent .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tent .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tent .jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: center -108px;
}