#walkthrough-step-nav {
  height: 43px;
  background: url('/images/backgrounds/walkthrough-foot-nav.gif') left top repeat-x;
  position: relative;
}
  #walkthrough-step-nav li {
    margin: 0;
    position: absolute;
  }
  #prev {
    left: 0;
    top: 2px;
  }
  #next {
    right: 0;
    top: 2px;
  }
  #walkthrough-step-nav a {
    display: block;
    padding: 10px;
    color: #f0dea9;
    text-transform: uppercase;
  }
