.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
    border: none;
}
.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.4;
    margin: 0 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.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%;
    border: none;
    vertical-align: middle;
}
.pb-carouselWarp .pb-carousel li .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    font-weight: bold;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
} 
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel-ind li.pb-this {
    background-color: #fff;
    opacity: 1;
}
.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    opacity: 0.4;
    background: #000000 url(../images/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    opacity: 0.4;
    background: #000000 url(../images/arrow-right.png) no-repeat center;
}