.jcarousel-container {
    padding-top: 10px;
    padding-left: 25px;
    padding-right:25px;
    padding-bottom:8px;


}

.jcarousel-clip {
    height: 45px;
    width:250px;
}

.jcarousel-list {
    height: 48px;
    width:240px;
}

.jcarousel-list li {
    width: 45px;
    height: 38px;
    margin-right: 10px;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 27px;
    right: 0px;
    width: 9px;
    height: 13px;
    cursor: pointer;
    background: transparent url(../images/right.jpg) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background: transparent url(../images/right.jpg) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
     background: transparent url(../images/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(../images/right-dis.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 27px;
    left: 0px;
    width: 9px;
    height: 13px;
    cursor: pointer;
    background: transparent url(../images/left.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(../images/left.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(../images/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(../images/left-dis.jpg) no-repeat 0 0;
}
