.scroll-text {
  border: 1px solid red;
  width: 400px;
  height: 4.5em;
  overflow: hidden;
}
.scroll-text ul {
  width: 800px;
  height: 29px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}
.scroll-img {
  width: 999px;
  height: 395px;
  overflow:hidden;
}
.scroll-img ul {
  width: 999px;
  height: 390px;
  margin: 0;
  padding:0px;
}
.scroll-img ul li {
  display: inline-block;
  margin: 0px 0 0px 0px;
}

#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1500px; z-index:1000;
}
#demo5-btn {
  width: auto;
  padding-top: 10px;
}
#demo6 {
  width: 412px;
}
#demo6-queue {
  width: 680px;
}
#demo6 p, #demo6-queue p {
  width: 124px;
  height: 124px;
  background-color: lightgray;
  font-family: 'Amaranth', sans-serif;
  font-size: 82px;
  text-align: center;
  display: table-cell;
  vertical-align:middle;
}

