.pb-carouselWarp {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
	background-color: #000;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 76px;
	height: 76px;
	cursor: pointer;
	border: none;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 100px;
	background: url(../image/icon-prev.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 100px;
	background: url(../image/icon-next.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-prev:hover,
.pb-carouselWarp .pb-arrow-next:hover{
	opacity: 0.8;
}