
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 150px;
    right: 35px;
    width: 25px;
    height: 44px;
    cursor: pointer;
    background: transparent url(../img/carousel/next-horizontal-blue.gif) no-repeat 0 0;
}




.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: 35px;
    width: 25px;
    height: 44px;
    cursor: pointer;
    background: transparent url(../img/carousel/prev-horizontal-blue.gif) no-repeat 0 0;
}


.blue #prevButton {background-image: url(../img/carousel/prev-horizontal-blue.gif)}
.green #prevButton {background-image: url(../img/carousel/prev-horizontal-green.gif)}
.yellow #prevButton {background-image: url(../img/carousel/prev-horizontal-yellow.gif)}
.blue #nextButton {background-image: url(../img/carousel/next-horizontal-blue.gif)}
.green #nextButton {background-image: url(../img/carousel/next-horizontal-green.gif)}
.yellow #nextButton {background-image: url(../img/carousel/next-horizontal-yellow.gif)}
