.headline {
    color: #333;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 1px 0 1px #fff;
}

#quote {
    border: 1px solid #e6e6e6;
    border-width: 1px 0;
    margin-bottom: 40px;
    padding: 20px 0;
    width: 90%;
    height: 108px;
}
#quote #testimonial {
    color: #646464;
    font: italic 13pt Georgia;
    width: 90%;
    float: none;
}
#quote p {
    color: #646464;
    font-size: 16px;
    margin: 10px 0 0 0;
    float: none;
}
#quote p span {
    display: block;
}
.quote-nav-dot { display: none !important; }
