/* Make sure the second image isn't visible at first */
#img2 {
  opacity: 0;
  transition: opacity .5s;
}

.slideshow-container {
height: 240px;
width: 974px;
padding: 0px;
margin: 0px;
}
