.slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.slider-item {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.slider-item img {
	width: 100%;
	height: 100%;
	display: block;
}
.slider-control-nav {
	position: absolute;
	left: 50%;
	width: 360px;
	margin-left: -180px;
	height: 10px;
	bottom: 8px;
	z-index: 5;
	text-align: center;
}
.slider-control {
	display: inline-block;
	width: 40px;
	height: 6px;
	background-color: white;
	border: 1px solid #979797;
	margin: 0 8px;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 4px;
}
.slider-control-nav a.active {
	background-color: #0f71da;
}
.slider-slice {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.slider-slice img {
	position: absolute;
	top: 0;
	display: block;
}