
.scroll-text {
  width: 80%;
  height: 6em;
  overflow: hidden;
}
.scroll-text ul {
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.8em;
}


.scroll-img {
  width: 100%;
  height: 70px;
  background-color: #eeeeee;
  border-top:1px solid #bdbdbd;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 700px;
  height: 300px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}

#demo6 {
  width: 300px;
}

/*
#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;
}
*/