.pb-carouselWarp {
	position: relative;
	width: 940px;
	height: 600px;
}
.pb-carouselWarp .pb-carousel {
	position: relative;
	width: 940px;
	height: 600px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.pb-carouselWarp .pb-carousel li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pb-carouselWarp .pb-carousel li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 9px;
	cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
	background-color: #00a0e9;
}
.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
}
.pb-carouselWarp .pb-arrow-prev {
	left: 30px;
	background: url(../pic-slider/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
	right: 30px;
	background: url(../pic-slider/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel {
	position: relative;
	width: 940px;
	height: 600px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
	position: absolute;
	width: 15px;
	top: 50%;
	left: auto;
	bottom: auto;
	right: 20px;
	transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
	float: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FFF;
	margin: 9px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
	background-color: #00a0e9;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -25px;
	margin-top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
	top: 20px;
	background:url(../pic-slider/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
	top: auto;
	bottom: 20px;
	background: url(../pic-slider/arrow-bottom.png) no-repeat center;
}
