.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: 910px;
	height: 82px;
	overflow: hidden;
	margin:0px 45px;
}
.scroll-img ul {
	width: 700px;
	height: 600px;
	margin: 0;
}
.scroll-img ul li{
	float:left; width:auto; padding:0px 10px 0px 0px!important; list-style:none;
}
#demo5.scroll-img ul {
	width: 1500px;
}
.scroll-img img{
	border:1px solid #dddddd;
}
a#demo5-backward{
	background:url(../images/left_arrow.png) no-repeat; width:18px; height:30px; text-indent:-99999px; float:left;
}
a#demo5-forward{
	background:url(../images/right_arrow.png) no-repeat; width:18px; height:30px; text-indent:-99999px; float:right;
}
#demo5-btn{
	position:absolute; top:32px; width:100%;
}