.carouselWrapper {
    position:relative;
    height:134px;
    background-color:transparent;
    margin:0;
}
.mod-rows-1 .carouselWrapper { height: 115px; }
.mod-rows-2 .carouselWrapper { height: 134px; }
.mod-rows-3 .carouselWrapper { height: 465px; }

.carouselWrapper .carousel-arrow-left {
    position:absolute;
    top:33px;
    left:-2px;
    width:20px;
    height:34px;
    background-color:transparent;
    background-repeat:no-repeat;
    cursor:pointer;
}

.carouselWrapper .carousel-arrow-right {
    position:absolute;
    top:33px;
    right:-2px;
    width:20px;
    height:34px;
    background-color:transparent;
    background-repeat:no-repeat;
    cursor:pointer;
}

.carousel-arrow-right.disabled, .carousel-arrow-left.disabled {
    opacity:.25;
    filter: alpha(opacity = 25);
}

.carouselWrapper .carousel {
    position:relative;
    height:134px;
    overflow:hidden;
    top:0;
    left:0;
}
.mod-rows-1 .carouselWrapper .carousel { height: 115px; }
.mod-rows-2 .carouselWrapper .carousel { height: 134px; }
.mod-rows-3 .carouselWrapper .carousel { height: 465px; }

.carouselWrapper .carousel .carouselItem {
    position:relative;
    height:110px;
    text-align:left;
    float:left;
}
.mod-rows-1 .carouselWrapper .carousel .carouselItem { height: 115px; }
.mod-rows-2 .carouselWrapper .carousel .carouselItem { height: 134px; }
.mod-rows-3 .carouselWrapper .carousel .carouselItem { height: 465px; }

.carouselWrapper .carousel .carouselSlider {
    position:absolute;
    left:0;
    top:0;
}

.carouselItem, .carousel, .carouselWrapper {
    width:440px;
}
.mod-cols-1 .carouselItem, 
.mod-cols-1 .carousel, 
.mod-cols-1 .carouselWrapper {
    width:220px;
}
.mod-cols-2 .carouselItem, 
.mod-cols-2 .carousel, 
.mod-cols-2 .carouselWrapper {
    width:465px;
}
.mod-cols-3 .carouselItem, 
.mod-cols-3 .carousel, 
.mod-cols-3 .carouselWrapper {
    width:710px;
}