.jcarousel-container {
    padding-top: 0px;
    padding-left: 17px;
    padding-right:17px;
    padding-bottom:0px;
    width:926px;
  z-index:9988;
  position:relative;
}

.jcarousel-clip {
    height: 190px;
    width:926px;
}

.jcarousel-list {
    height: 190px;
    width:926px;
}

.jcarousel-clip ul {
  padding-top:45px;

}

.jcarousel-list li {
    padding-top:5px;
    width: 128px;
    height: 190px;
    margin-right: 15px;
    margin-left:12px;

}


.jcarousel-item-placeholder {
    background: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 47px;
    right: 0px;
    width: 17px;
    height: 133px;
    cursor: pointer;
    background: transparent url(../gui/carousel/right.jpg) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background: transparent url(../gui/carousel/right.jpg) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
     background: transparent url(../gui/carousel/right.jpg) no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../gui/carousel/right-dis.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 47px;
    left: 0px;
    width: 17px;
    height: 133px;
    cursor: pointer;
    background: transparent url(../gui/carousel/left.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(../gui/carousel/left.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(../gui/carousel/left.jpg) no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../gui/carousel/left-dis.jpg) no-repeat 0 0;
}

