* {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}
img{ border:none;}
body {
	margin:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	background-color:#fff;
	padding-bottom: 100px;
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.container {
	margin:0 auto;
	width:940px;
}
a{ color:#0088CC; text-decoration:none;}
a:hover{ text-decoration:underline;}
h1, h2 {
	padding-top: 20px;
}
.scroll-text {
	border: 1px solid red;
	width: 400px;
	height: 4.5em;
	overflow: hidden;
	padding:3px;
}
.scroll-text ul {
	width: 800px;
	height: 100px;
	overflow: hidden;
	margin: 0;
}
.scroll-text ul li {
	height: 1.5em;
}
.scroll-img {
	
	width: 980px;
	height: 680px;
	overflow: hidden;
	font-size: 0;
}
.scroll-img ul {
	width: 700px;
	height: 600px;
	margin: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 0px 20px 0px 20px;
}
#demo4.scroll-img ul, #demo5.scroll-img ul {
	width: 1500px;
}S
#demo5-btn {
	width: 680px;
	padding-top: 10px;
}
.scroll-img a img {
	width: 290px;
	height: 186px;
}
.scroll-img p{
	color: black;
	display: block;
	height: 42px;
        line-height:42px;
        text-align:center;
	font-size:14px;
}