
.feature-wrap {
    background: #eee;
    padding-top: 1rem;
}

.reviews-title {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 5px;
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.section-wrap2 h3,
.section-wrap4 h3,
.section-wrap6 h3 {
    text-align: right;
}

.section-wrap6 {
    display: none ;
}

#prev {
    font-size: 130px;
    line-height: 150px;
    color: #000;
    cursor: pointer;
}

#prev:hover, #next:hover {
    opacity: 0.5
}

#next {
    font-size: 130px;
    line-height: 150px;
    color: #000;
    cursor: pointer;
}

#review-mask {
    position: relative;
    top: 0;
    left: 0px;
    height: 210px;
    overflow: hidden;
    z-index: 2900
}

#review-slide {
    position: absolute;
}

.book-review-wrap {
    float: left;
    text-align: center;
    width: 164px;
}

.book-review-wrap img {
    height: 140px;
    padding-top: 10px;
}

.book-reviews br {
    display: none
}

.book-reviews .book-title {
    padding-top: 10px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}


