.jcarousel-skin-agreste .jcarousel-container {
}

.jcarousel-skin-agreste .jcarousel-container-horizontal {
    width: 288px;
}

.jcarousel-skin-agreste .jcarousel-clip-horizontal {
    width:  288px;
    height: 216px;
}

.jcarousel-skin-agreste .jcarousel-item {
    width: 288px;
    height: 216px;
}

.jcarousel-skin-agreste .jcarousel-item-horizontal {
    margin-right: 0;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-agreste .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 216px;
    cursor: pointer;
    background: transparent url(imagens/next.png) no-repeat;
    background-position: 0 center;
}

.jcarousel-skin-agreste .jcarousel-next-horizontal:hover {
    background-position: -32px center;
}

.jcarousel-skin-agreste .jcarousel-next-horizontal:active {
    background-position: -64px center;
}

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

.jcarousel-skin-agreste .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 216px;
    cursor: pointer;
    background: transparent url(imagens/prev.png) no-repeat;
    background-position: 0 center;
}

.jcarousel-skin-agreste .jcarousel-prev-horizontal:hover {
    background-position: -32px center;
}

.jcarousel-skin-agreste .jcarousel-prev-horizontal:active {
    background-position: -64px center;
}

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