$(document).ready(function(){
$("#carousel1").CloudCarousel(		
{			
xPos: 190,
yPos: 32,
buttonLeft: $("#left-but"),
buttonRight: $("#right-but"),
altBox: $("#alt-text"),
titleBox: $("#title-text"),
speed:0.15,
autoRotateDelay: 4000,
autoRotate: 'left',
bringToFront: true
}
);
});
