
table.home {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
table.home tr {
  vertical-align: top;
}

td.home_content {
}

td.home_slideshow {
  text-align: center;
  width: 360px;
}
td.home_slideshow img {
  border: 1px solid black;
}
td.home_slideshow div {
  font-size: large;
}


