#content .sshow-container {
  width: 440px;
  margin: 0 auto;
  border: 1px solid #555;
}

.sshow-container a {
  height: 200px;
  width: 20px;
  float: left;
  display: block;
  text-align: center;
  line-height: 200px;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
}

#sshow {
  margin: 5px auto;
  line-height: 1.1em;
  overflow: hidden;
  position: relative;
  float: left;
}

#sshow ul {
  list-style: none inside;
  position: relative;
}

#sshow li {
  position: absolute;
  top: 0;
}

#sshow dl {
  margin: 5px;
}

#sshow dt {
  font-weight: bold;
}

#sshow dd {
  margin-bottom: 1em;
}


