
.scroll-text {
  border: 1px solid red;
  width: 400px;
  height: 4.5em; 
  overflow: hidden;
}
.scroll-text ul {
  width: 800px;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}
.scroll-img { width:97%; float:left; padding:20px  18px;
  height:auto;
  overflow: hidden;
  font-size: 0;
/*  background-color: #ffffff;*/
}
.scroll-img ul {
 
 
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
#demo5.scroll-img ul {
  width:2000px;
}
#demo5-btn {
  width: 680px;
  padding-top: 10px;
}

#demo5-btn{list-style:none;padding:0; float:left; width:100%; position: relative;}
#demo5-btn .btn{ float:left; }
#demo5-btn #demo5-forward {cursor: pointer; position: absolute; left: -70px; top: 90px; border-radius: 100px; background-color: #ffffff; background-image:url(../images/left-arrow.png); width:55px; height:55px; background-repeat:no-repeat; border:none;}
#demo5-btn #demo5-backward{cursor: pointer; position: absolute; right: -85px; top: 90px; border-radius: 100px; background-color: #ffffff; background-image:url(../images/right-arrow.png); width:55px; height:55px; background-repeat:no-repeat; border:none;}
/*#demo5-btn #demo5-forward:hover{ float:right; background-image:url(../image/arrow-hover.png); width:16px; height:16px; background-repeat:no-repeat;}
#demo5-btn #demo5-backward:hover{ float:right;  background-image:url(../image/next-hover.png);width:16px; height:16px; background-repeat:no-repeat;}
*/