.jcarousel-skin-porterint .jcarousel-container {
    -moz-border-radius: 0;
    background: #b4c366;
}

.jcarousel-skin-porterint .jcarousel-container-horizontal {
    width: 750px;
    padding: 0;
}

.jcarousel-skin-porterint .jcarousel-clip-horizontal {
    width:  680px;
    height: 379px;
    margin: 0 auto;
}

.jcarousel-skin-porterint .jcarousel-item {
    width: 680px;
    height: 379px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-porterint .jcarousel-next-horizontal {
    position: absolute;
    top: 307px;
    right: 15px;
    width: 20px;
    height: 57px;
    cursor: pointer;
    background: transparent url("../img/nextbutton.gif") no-repeat 0 0;
}

.jcarousel-skin-porterint .jcarousel-next-horizontal:hover {
    background-position: -0px 0;
}

.jcarousel-skin-porterint .jcarousel-next-horizontal:active {
    background-position: -0px 0;
}

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

.jcarousel-skin-porterint .jcarousel-prev-horizontal {
    position: absolute;
    top: 307px;
    left: 15px;
    width: 20px;
    height: 57px;
    cursor: pointer;
    background: transparent url("../img/prevbutton.gif") no-repeat 0 0;
}

.jcarousel-skin-porterint .jcarousel-prev-horizontal:hover {
    background-position: -0px 0;
}

.jcarousel-skin-porterint .jcarousel-prev-horizontal:active {
    background-position: -0px 0;
}

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


