.testimonials15 {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px 20px 42px 20px;
    overflow: hidden;
}

.testimonials15-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonials15-item {
    margin: 0;
    padding: 0;
}

.testimonials15-quote-wrap {
    position: relative;
    padding: 0;
}

.testimonials15-quote-open,
.testimonials15-quote-close {
    display: block;
    font-size: 42px;
    color: #999;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonials15-quote-open {
    margin-bottom: 6px;
    text-align: left;
}

.testimonials15-quote-close {
    margin-top: 6px;
    text-align: right;
}

.testimonials15-text {
    display: block;
    color: #444;
    line-height: 1.6;
    font-size: 14px;
}

.testimonials15-author {
    margin-top: 12px;
    font-weight: bold;
    color: #222;
    font-size: 12px;
}

.testimonials15-link {
    margin-top: 5px;
    font-size: 12px;
}

.testimonials15-link a,
.testimonials15-text a {
    color: #1a5fb4;
    text-decoration: none;
}

.testimonials15-link a {
    font-size: 12px;
}

.testimonials15-link a:hover,
.testimonials15-text a:hover {
    text-decoration: underline;
}

.testimonials15-nav {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.testimonials15-nav button {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #bbb;
    background: #f8f8f8;
    color: #333;
    margin-left: 4px;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

.testimonials15-nav button:hover {
    background: #ececec;
}