.jcarousel-container {
    background: #fff;
    width: 558px;
    height: 31px;
    padding: 0 87px;
}

.jcarousel-clip {
    width: 558px;
    height: 31px;
}

.jcarousel-list {
    width: 558px;
    height: 31px !important;
}

.jcarousel-list li {
    width: 183px;
    height: 31px;
    margin-right: 2px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 51px;
    height: 19px;
    cursor: pointer;
}

.jcarousel-next-horizontal:hover {
    background-position: -51px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -51px 0;
}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 51px;
    height: 19px;
    cursor: pointer;
}

.jcarousel-prev-horizontal:hover {
    background-position: -51px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -51px 0;
}

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

.jcarousel-container-vertical {
    width: 158px;
    height: 582px;
    padding: 30px 0 35px 10px;
    background: transparent;
}

.jcarousel-clip-vertical {
    width: 158px;
    height: 582px;
}

.jcarousel-clip-vertical .jcarousel-list {
    width: 158px;
    height: auto !important;
}

.jcarousel-clip-vertical .jcarousel-list li {
    float: left;
    width: 158px;
    height: 191px;
    margin: 0 !important;
}

.jcarousel-item-vertical {
    width: 158px;
    height: 191px;
    margin: 0 !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 8px;
    left: 63px;
    width: 30px;
    height: 19px;
    cursor: pointer;
}

.jcarousel-next-vertical:hover {
    background-position: -30px 0;
}

.jcarousel-next-vertical:active {
    background-position: -60px 0;
}

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

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 63px;
    width: 30px;
    height: 19px;
    cursor: pointer;
}

.jcarousel-prev-vertical:hover {
    background-position: -30px 0;
}

.jcarousel-prev-vertical:active {
    background-position: -60px 0;
}

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