
.slides_container  li span.testimonial-credit {
	display: block;
	text-align: right;
	padding-top: 10px;
	font-style: italic;
}

/* FlexSlider Necessary Styles
*********************************/ 
.testimonial-slides {margin: 0; padding: 0;}
.testimonial-slides .slides_container> li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.testimonial-slides .slides_container img {width: 100%; display: block;}

/* Clearfix for the .slides element */
.slides_container:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides_container {display: block;} 
* html .slides_container {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides_container > li:first-child {display: block;}