.jcarousel-container {
    background:#ffffff;
    width:713px;
    margin-left:auto;
    margin-right:auto;
}

.jcarousel-clip {
    height: 190px;
    width:713px;
}

.jcarousel-list {
    height: 190px;
    width:713px;
}


.jcarousel-list li {
    width: 127px;
    height: 190px;
    margin-right: 8px;
    margin-left: 8px;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 54px;
    right: -12px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../images/but-next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background: transparent url(../images/but-next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
     background: transparent url(../images/but-next.png) no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/but-nextds.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 54px;
    left: -12px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../images/but-prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(../images/but-prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(../images/but-prev.png) no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/but-prevds.png) no-repeat 0 0;
}
