$(function() {
$('#showcase').cycle({ 
    fx:      'curtainX', 
    speed:    900, 
    timeout:  6000 
});
});

$(function() {
$('#mycarousel').CloudCarousel({
      xPos: 120,
			yPos: 25,
			buttonLeft: $("#left-but"),
			buttonRight: $("#right-but"),
			altBox: $("#alt-text"),
			titleBox: $("#title-text")
    });
});
        
