#carousel2 {
  width: 100%;
  height: 406px;
  position: relative;
  clear: both;
  overflow: hidden;
}

#carousel2 img {
  visibility:hidden; /* hide images until carousel can handle them */
  cursor:pointer; /* otherwise it's not as obvious items can be clicked */
  border: 4px solid #EFEFEF;
  border-radius: 4px;
}
