.testimonials.flexslider .slides li  .testimonial{
    margin: 0 5px 5px;
	padding: 25px 40px;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.testimonials.flexslider {
    border: 0px;
    box-shadow: none;
}
.testimonial_text {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
  font-style: italic;
  display: block;
}
.testimonial_autor {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
.testimonials ul {overflow: hidden;}
.testimonials .slides .testimonial_img img {
	height: auto;
	width: 50%;
	float: left;
	margin: 0 15px 5px 0;
	}