#slides {
  background: #081e2d;
  min-width: 960px;
  border-bottom: solid 7px #cfcfcf;
}
#slides #viewport {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
#slides,.slide,#viewport {
  height: 375px;
}
#slides .slide {
  width: 1160px;
  position: absolute;
  top: 0;
  left: 0;
}
#snav {
  height: 27px;
  line-height: 27px;
  position: absolute;
  bottom: -7px;
  padding: 0;
  text-align: center;
  width: 612px;
  left: 100px;
}
#snav .snav {
  position: relative;
  top: 4px;
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/home/navselection.png) 0 0 no-repeat;
  cursor: pointer;
}
#snav .handle {
  background: url(../images/home/navslice.png);
  position: relative;
  display: inline-block;
  height: 27px;
}
#snav img {
  vertical-align: bottom;
}
#snav-fore {
  position: absolute;
  bottom: 0;
  left: -7px;
}
#snav-aft {
  position: absolute;
  bottom: 0;
  right: -7px;
}
#snav .snav.active {
  background-position: 0 -15px;
}
#snav .snav:last-child {
  margin-right: 0;
}


#headshot {
  position: absolute;
  top: -332px;
  right: 0;
}


.col.right {
  margin-top: -80px;
}