$(document).ready(function(){

        // This initialises carousels on the container elements specified, in this case, carousel1.
        $("#carousel1").CloudCarousel(
                {
                        reflHeight: 35,
                        reflGap:1,
                        xPos: 320,
                        yPos: 52,
                        FPS:45,
                        autoRotate: 'right',
                        autoRotateDelay: 3500,
                        speed:0.1,
                        yRadius:100,
                        xRadius:280,
                        buttonLeft: $("#left-but"),
                        buttonRight: $("#right-but"),
                        altBox: $("#alt-text"),
                        titleBox: $("#title-text")
                }
        );
});
