.testimonial-content {
    margin: 0;
    background: #f0f0f0;
    padding: 20px 20px;
    position: relative;
    color: #000;


	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
    font-style: italic;
    /* text-shadow: 0 1px 0 #000; */
}

/*  
.testimonial-content:before, .testimonial-content:after {
   content: "\201C"; 
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}
*/

.testimonial-content:before {
    top: 0;
    left: 10px;
}
/*
.testimonial-content:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
*/
.testimonial-text p {
	font-size: 12px !important;
}
.testimonial-text p:last-child{
	margin-bottom: 0px !important;	
}
.widget_bcg_random_testimonial_widget span.more-link { display: block; margin: 15px 0 0 0; float: right; }
.arrow-down {
    border-top: 15px solid #f0f0f0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: 0 35px !important;
	 float: left;
}
.testimonial-credit {
	margin-top: 10px !important;	
}
.testimonial-credit img {
	float: left;
	margin: 0 10px 0 20px;	
}
.testimonial-name {
    text-align:left;
	font-weight: bold;
}
.testimonial-location {
    font-size: 12px;
    color: #666;
}​
