
.scroll-text {
  width: 100%;
  height: 22.7em;
  overflow: hidden;
}
.scroll-text ul {
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  padding-bottom:px;
  /*border-bottom:1px solid #476675;*/
  padding-top:15px;
}
.scroll-img {
  border: 1px solid red;
  width: 680px;
  height: 142px;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 700px;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1500px;
}
#demo5-btn {
  width: 680px;
  padding-top: 10px;
}

#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;
}

.scroll-text ul li a{color:#000; padding-top:5px; font-size:16px; font-weight:bold;}
/*.scroll-text ul li a:hover{color:#F79420 !important; transition: all ease 0.3s; -moz-transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s;}*/
.scroll-text ul li a:hover{text-shadow:none; color:#000 !important; transition: all ease 0.3s; -moz-transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; text-decoration:none;}
.scroll-text ul li span{font-size:12px; font-weight:normal;}

/*.Publctn ul li a{color:#7D1322; padding-top:5px; font-size:15px; text-shadow:0 2px 2px #000;}*/
.Publctn ul li a:hover{text-shadow:none; color:#000 !important; transition: all ease 0.3s; -moz-transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s;}

