.wordsAndPics{
  overflow-y: scroll;
  overflow-x: hidden;
}

#photoSlides{
  width: 550px;
  height: 0px;
}

#photoSlides > img {
 width: 250px;
 height: 150px;
 border-radius: 3px;
}
