#wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  background: #333333;
  overflow: hidden;
  height: 518px;
  
}

#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  /* height: 100%; */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

#scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

#scroller li {
  /* padding: 0 10px; */
  /* height: 40px; */
  /* line-height: 40px; */
  /* border-bottom: 1px solid #ccc; */
  /* border-top: 1px solid #fff; */
  /* background-color: #fafafa; */
  /* font-size: 14px; */
  display: block;
}