.jcarousel-container {
    background: #000;
}

.jcarousel-container-horizontal {
    width: 776px;
    padding: 0 22px;
}

.jcarousel-container-vertical {
    width: 130px;
    height: 330px;
    padding: 40px 24px;
}

.jcarousel-clip-horizontal {
    width: 776px;
    background-color: #eaeaea;
}

.jcarousel-clip-vertical {
    width:  130px;
    height: 340px;
}

.jcarousel-item {
    width: 80px !important;
    height: 110px !important;
    padding: 10px 9px 10px 8px;
}

.jcarousel-item-horizontal {
}

.jcarousel-item-vertical {
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/images/next.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: 60px;
    left: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/images/prev.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;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 48%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: transparent url(/images/books_arrow_down.gif) no-repeat 0 0;
}

/*.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}*/

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

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 48%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: transparent url(/images/books_arrow_up.gif) no-repeat 0 0;
}

/*.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}*/

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

