.jcarousel-container {
    width: 68px;
    padding: 35px 38px;
}

.jcarousel-clip {
    width:  75px;
    height: 80px;
}

.jcarousel-list {
    width:  255px;
    height: 85px;
}

.jcarousel-list li {
    width: 72px;
    height: 84px;
    margin-right: 10px;
    color:#ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-align: center;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 63px;
    right: -7px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../nav/arrow_w_r.png') no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
   
}

.jcarousel-next-horizontal:active {
    
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 63px;
    left: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../nav/arrow_w_l.png') no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
   
}

.jcarousel-prev-horizontal:active {
   
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

