#horizontal .slyWrap {
	margin:3em 0 0 0;
}
#horizontal .scrollbar {
	margin:1em 0;
	height:5px;
}
#horizontal .scrollbar .handle {
	width:100px;
	height:100%;
}
#horizontal .example1 .sly {
	height:570px;
	z-index: 4;
	overflow: hidden;
}
/* 代码整理：懒人之家 lanrenzhijia.com */
#vertical .slyWrap {
	margin:1em 0;
	width:450px;
	float:left;
}
#vertical .scrollbar {
	width:5px;
}
#vertical .scrollbar .handle {
	height:100px;
	width:100%;
}
#vertical .example1 {
	position:relative;
}
#vertical .example1 .sly {
	width:425px;
	height:500px;
	border:1px solid #aaa;
}
#vertical .example1 .sly ul {
	width:100%;
	height:100%;
	overflow:hidden;
}
#vertical .example1 .sly ul li {
	height:80px;
	margin:0 0 1px 0;
	font-size:40px;
	line-height:80px;
}
#vertical .example1 .scrollbar {
	position:absolute;
	top:0;
	right:10px;
	height:500px;
}

/* 代码整理：懒人之家 lanrenzhijia.com */
#infinite .controlbar {
	margin:2em 0 1.5em;
}
#infinite .frameWrap {
	position:relative;
	height:500px;
}
#infinite .frame {
	height:500px;
	margin-right:20px;
	overflow:hidden;
	border:1px solid #888;
}
#infinite .frame ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#infinite .frame ul li {
	margin:0 0 5px 0;
	padding:0;
	height:200px;
	line-height:200px;
	font-size:30px;
	border-bottom:1px solid #aaa;
	background:#eee;
	color:#888;
	text-align:center;
}
.pages li,.pages ul{
	height: auto;
}
#infinite .scrollbar {
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:498px;
}
#infinite .scrollbar .handle {
	height:100px;
	width:100%;
}
.i-chifa .btn-toolbar{
	left: -50px;
	position: absolute;
	top: 270px;
	width: 1300px;
	z-index: 1;
}
.i-chifa .btn-group{
	width: 100%;
}
.i-chifa .btn{
	background: #f6f5ee;
	border: none;
	border-radius: 50px!important;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.30)!important;
	color: #222;
	display: block;
	font-size: 30px;
	height: 45px;
	margin: 0;
	padding: 0;
	transition: .3s;
	width: 45px;
}
.i-chifa .btn i{
	display: block;
	height: 45px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	width: 45px;
}
.i-chifa .btn:visited{
	background: #f6f5ee;
	border: none;
}
.i-chifa .btn.btn-disabled{
	background: #ffa51e;
	color: #fff;
	transition: .3s;
}
.i-chifa .nextPage{
	float: right!important;
}
.pages {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
	text-align:center;
}
.pages li {
	display:inline-block;
	width:60px;
	height:5px;
	margin:0 2px;
	text-indent:-999px;
	background:#ffa51e;
	border-radius:10px;
	cursor:pointer;
	overflow:hidden;
}
.pages li:hover {
	background:#003da5;
	box-shadow: none;
}
.pages li.active {
	background:#003da5;
}
