.jcarousel-skin-front .jcarousel-container {
}

.jcarousel-skin-front .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-front .jcarousel-container-horizontal {
    width: 860px;
    padding: 0 50px;
    background: url(../../images/product-carousel-bg.png) repeat-x 0 0;
}

.jcarousel-skin-front .jcarousel-clip-horizontal {
    width:  860px;
    height: 154px;
}

.jcarousel-skin-front .jcarousel-item {
    width: 172px;
    height: 154px;
    padding: 0;
    margin: 0;
}

.jcarousel-skin-front .jcarousel-item-horizontal,.jcarousel-skin-front .jcarousel-item-vertical {
	margin: 0;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-front .jcarousel-prev-horizontal, 
.jcarousel-skin-front .jcarousel-next-horizontal {
    position: absolute;
    top: 14px;
    width: 50px;
    height: 140px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: transparent url(buttons.png) no-repeat 0 0;
}

.jcarousel-skin-front .jcarousel-next-horizontal {
    right: 0;
    background-position: 100% 0;
}

.jcarousel-skin-front .jcarousel-prev-horizontal {
    left: 0;
}

.jcarousel-skin-front .jcarousel-next-horizontal:hover,
.jcarousel-skin-front .jcarousel-next-horizontal:active {
    background-position: 100% 50%;
}

.jcarousel-skin-front .jcarousel-next-disabled-horizontal,
.jcarousel-skin-front .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-front .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 100% 100%;
}

.jcarousel-skin-front .jcarousel-prev-horizontal:hover,
.jcarousel-skin-front .jcarousel-prev-horizontal:active {
    background-position: 0 50%;
}

.jcarousel-skin-front .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-front .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-front .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 100%;
}

.jcarousel-skin-front .productcarousel-item {
  position: relative;
  padding: 14px 0 0 0;
  cursor: pointer;
}

.jcarousel-skin-front .productcarousel-item a.title {
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: block;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.jcarousel-skin-front .productcarousel-item a.title:hover {
  text-decoration: none;
}

.jcarousel-skin-front .productcarousel-item a.title.active {
  background: url(../../images/product-carousel-title-active.png) no-repeat 50% 0;
  color: #FFF;
  text-shadow:0px -1px 1px #900000;
}

.jcarousel-skin-front .productcarousel-item.active {
  background: url(../../images/product-carousel-active.png) no-repeat 50% 0;
}