#panel {
  background: #ffeebb;
  height: 200px;
  display: none;
  padding-top: 20px;
  background: #ffeebb url(../img/debug-border-pattern.png) repeat-x bottom center;
}

#panel pre {
  padding: 20px 10px 0 10px;
  text-align: left;
}

.slide {
  margin: 0;
  padding: 0;
}

a.btn-slide,a.btn-slide:visited,a.btn-slide:active {
  background: url(../img/white-arrow.gif) no-repeat right -50px;
  text-align: center;
  width: 144px;
  height: 18px;
  padding: 10px 10px 0 0;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  background-color: #444;
  border: 1px solid #777;
  position: absolute;
  right: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-decoration: none;
}

.active {
  background-position: right 12px;
}