body {
    font-family:Arial;
    font-size:12px;
}
div.example-desc {
    margin:3px 0;
    padding:5px;
    background-color:#EFEFEF;
}

/********************
Default Example
*********************/
#waterwheel-carousel-default {
    width:632px;
    background-color:#e5e5e5;
    height:220px;
    font-family: Arial;
    font-size:14px;
    position:relative;
    clear:both;
    border:1px solid #abaaaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#waterwheel-carousel-default a {
    color:#008000;
    font-size:12px;

}
#waterwheel-carousel-default .carousel-images img {
    visibility:hidden;
    cursor:pointer;
    border:0;
}
#waterwheel-carousel-default .carousel-controls .carousel-prev {
    position:absolute;
    bottom:30px;
    left:30px;

}
#waterwheel-carousel-default .carousel-controls .carousel-next {
    position:absolute;
    bottom:30px;
    right:30px;

}


/********************
Horizon
*********************/
.waterwheel-carousel-horizon {
    overflow:hidden;
    width:632px;
    background-color:#e5e5e5;
    height:200px;
    font-family: Arial;
    font-size:14px;
    position:relative;
    clear:both;
    border:1px solid #abaaaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.waterwheel-carousel-horizon.with_iframe{
    overflow:hidden;
    width:548px;
    background-color:#e5e5e5;
    height:200px;
    font-family: Arial;
    font-size:14px;
    position:relative;
    float:left;
    border:1px solid #abaaaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.waterwheel-carousel-horizon a {
    color:#008000;
    font-size:12px;
}
.waterwheel-carousel-horizon .carousel-images img {
    visibility:hidden;
    cursor:pointer;
    border:0;
}
.waterwheel-carousel-horizon .carousel-controls .carousel-prev {
    position:absolute;
    bottom:20px;
    left:30px;
}
.waterwheel-carousel-horizon .carousel-controls .carousel-next {
    position:absolute;
    bottom:20px;
    right:30px;
}
