/* CSS Document */
.jcarousel-container-horizontal {
    width: 200px;
    height: 150px;
    padding: 0 10px;
    /*background: #e8e8e8;*/
    background:transparent;
    border: 1px solid #fff;
}
#jcar-catalogue li,
.jcarousel-item-horizontal,
.jcarousel-item-placeholder-horizontal {
    width: 75px;
    height: 150px;
    margin: 5px 5px;
}
.jcarousel-clip-horizontal {
    top: 0px;
    width: 190px;
    height: 150px;
    margin: 0 5px;
    z-index: 20;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 150px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #fdcd2d url(../images/interface/jcar-arrow-next.gif) no-repeat center;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 150px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #fdcd2d url(../images/interface/jcar-arrow-prev.gif) no-repeat center;
}
