/* Testimonial Quotes */
.testimonialsListTestimonial p:first-child:before {
    content: url("images/left-quotes.png"); 
    margin-right: 10px;
    vertical-align: bottom
}

.testimonialsListTestimonial p:last-child:after {
    content: url("images/right-quotes.png"); 
    margin-left: 10px;
    vertical-align: top;
}