.scroll-text ul li {
  height: 1.5em;
}
.scroll-img {
  width: 900px;
  height: 85px;
  overflow: hidden;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.scroll-img ul {
  width: 900px;
  height: 600px;
  margin-right: -10px;
  margin-left: -10px;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 20px;
}

.scroll-img ul li img{
  width: 66px !important;
  height: 63px !important;
}

.scroll-img ul li img.scroll_head{
  height: 63px !important;
  width: auto !important;
}


#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1500px;
}
#demo5-btn {
  width: 1000px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align:right;
}


#demo5-btn {margin-top: 0px;}
#demo5-btn a{color:#a00;}

#demo5-forward {
	position: relative; float:right;
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	padding-bottom: 8px !important;
	border-radius: 20px !important;
	margin-right: -8px;
}
#demo5-backward {
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	padding-bottom: 8px !important;
	border-radius: 20px !important;
}


/*  --------------------- Button 2 --------------- */

#bottom2 .scroll-img {
  width: 900px;
  height: 170px;
  overflow: hidden;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}

#bottom2 .fixed-bar {
  height: 170px;
  background:none;
}
#bottom2 .scroll-img ul {
  width: 900px;
  height: 600px;
  margin-right: -10px;
  margin-left: -10px;
}
#bottom2 .scroll-img ul li {
  display: inline-block;
  margin: 10px 10px 10px 16px;
}

#bottom2 .scroll-img ul li img{
  width: 150px !important;
  height: 150px !important;
}


#bottom2 #demo4.scroll-img ul,
#bottom2 #demo5.scroll-img ul {
  width: 1500px;
}
#bottom2 #demo5-btn {
  width: 1000px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}


#bottom2 #demo5-btn {margin-top: -120px;}

#bottom2 #demo5-forward {
	position: relative; float:right;
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	padding-bottom: 8px !important;
	border-radius: 20px !important;
	margin-right: 30px;
}
#bottom2 #demo5-backward {
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	padding-bottom: 8px !important;
	border-radius: 20px !important;
}

/*  --------------------- Bottom 2 --------------- */

@media(max-width:  5000px){
	#demo5-btn {
	  text-align:right;
	  padding-right:5px;
	}
}

@media(max-width:  1100px){
.scroll-img {
  width: 100%;
  height: 85px;
  overflow: hidden;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.scroll-img ul {
  width: 100%;
  height: 600px;
  margin-right: -10px;
  margin-left: -10px;
}	
#demo5-btn {
  width: 100%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#bottom2 .scroll-img {
  height: 120px !important;
  overflow: hidden;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}

#bottom2 .fixed-bar {
  height: 120px !important;
  background:none;
}


#demo5-forward {
	margin-right: 0px;
}

#bottom2 .scroll-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
#bottom2 .scroll-img ul {
  width: 100%;
  height: 600px;
  margin-right: -10px;
  margin-left: -10px;
}	
#bottom2 #demo5-btn {
  width: 100%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#bottom2 #demo5-forward {
	margin-right: 0px;
}

#bottom2 .scroll-img ul li img{
  width: 103px !important;
  height: 103px !important;
}

#bottom2 #demo5-btn {margin-top: -90px;}

}