$(function(){
    $("#carousel").CloudCarousel({
        xPos: 500,
        yPos: 10,
        buttonLeft: $("#carousel-right-button"),
        buttonRight: $("#carousel-left-button"),
        titleBox: $("#carousel-title"),
        reflHeight: 80,
        reflOpacity: 0.5,
        yRadius: 10,
        speed: 0.1,
        autoRotate: 'left',
        autoRotateDelay: 8000
    });
});
