.jcarousel-container {-moz-border-radius: 10px; background: #806e5b;}
li.jcarousel-item img {display:block; float:left; width:225px; height:225px; }

.jcarousel-container-horizontal {width: 225px; height: 225px;padding: 0 17px;}
.jcarousel-clip-horizontal {width:  225px; height: 225px;}
.jcarousel-item {width: 225px; height: 225px;}
.jcarousel-item-horizontal {}
.jcarousel-item-placeholder {background: #fff;color: #000;}


/**
 *  Vertical Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top:0;
    right: 0;
    width: 17px;
    height: 225px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

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

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
*/
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 225px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

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

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
*/
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}