$(document).ready(function() {

    $("div").filter(".popupDialog").css({
        "display": "none"
    });

    $(".carousel").CloudCarousel(		
		{		
			reflHeight: 56,
			reflGap: 2,
			xPos: 285,
			yPos: 110,
			bringToFront: true,
			autoRotate: true,
			mouseWheel:true,
			altBox: $("#alt-text"),
			titleBox: $("#title-text")
		}
	);
	
})
