$(document).ready(function(){
  // ################## Cloud Carousel ############### */               
  // This initialises carousels on the container elements specified, in this case, carousel1.
  $("#carousel").CloudCarousel(    
  {      
    xPos: 370,
    yPos: 12,
    minScale: 0.04,
    reflHeight: 20,
    yRadius: 1,
    reflGap: 1,
    autoRotate: 'right',
    autoRotateDelay: 4000,
    buttonLeft: $("#left-but"),
    buttonRight: $("#right-but")
  }
  );
});
