	.scroll{
		
		/*margin:100px auto;*/
		position: relative;
		overflow: hidden;
	}
	.left,.right{
		width: 40px;
		height: 40px;
		position: absolute;
		top:50%;
		margin-top:-20px;
		background: rgba(0,0,0,.2);
		z-index: 99;
		display: none;
	}
	.left{
		left:5px;
	}
	.scroll .left s{
		background-position: -149px -334px;
	}
	.right{
		right:5px;
	}
	.scroll s{
		width: 17px;
		height: 25px;
		display: block;
		background: url(images/arr.png) no-repeat -149px -309px;
		margin-left: 10px;
    	margin-top: 8px;
	}
	.scroll ol
	{
		position: absolute;
		left:50%;
	 	margin-left:-30px;
	 	bottom:15px;
	 	// background:rgba(255,255,255,0.2);
	 	padding: 2px 3px;
	 	border-radius: 10px;
	}
	.scroll ol li{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		float: left;
		background-color:#fff;
		margin:0 3px;
		cursor: pointer;
	}
	.scroll ol li.current{
		background-color: #f40;
	}
	.scroll-in{
		width: 800%;
		position: relative;
	}
	.scroll ul{
		position: absolute;
		top:0;
		left:0;
	}
	.scroll-in li{
		float: left;
	}

.banner .scroll{
	width:1050px;
	height: 80px;
}
.banner .scroll ol li{
	width: 20px;
	height: 20px;
	border-radius: 0;
	text-align: center;
}
.banner .scroll ol{
	bottom: 10px;
	left: 90%;
}

.section_01 .scroll{
	width: 392px;
	height: 294px;
}