function showIt() {
  document.getElementById("carousel").style.visibility = "visible";
}
setTimeout("showIt()", 1000); // after 1 sec
