body {
  background-image: url('images/bgs/boy-in-wheat-field.jpg');
  background-repeat: no-repeat;
  }
#slideshow {
  position: relative;
  height: 168px;
  width: 620px;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  opacity: 0.0;
}
#slideshow img.active {
  z-index: 3;
  opacity: 1.0;
}
#slideshow img.last-active {
  z-index: 2;
}
#txtslideshow {
  padding: 34px;
  font-size: 24px;
  font-weight: bold;
}

#txtslideshows {
  padding: 34px;
  font-size: 24px;
  font-weight: bold;
}
