#slider {
  width: 728px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 320px;
  width: 728px;
  overflow: auto;
  overflow-x: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 0px;
  height: 320px;
  width: 728px; /* change to 560px if not using JS to remove rh.scroll */
  position: relative;
}

#panel_nav {
  position: absolute;
  background: #464845;
  text-align: right;
  top: 292px;
  width: 696px;
  padding: 3px 16px 20px 16px;
  color: #cc4f22;
}

#panel_nav h1 {
  font-family: Ludica Sans, Arial, Verdana, san-serif;
  float: left;
  font-size: 16px;
  color: white;
  font-weight: normal;
}

#panel_nav a,
#panel_nav a:hover {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
}
