.testimonials-widget-testimonials {
	/* testimonials wrapper */
}

.testimonials-widget-testimonial {
	position:relative;
	min-height:18px;
	overflow:hidden;
	clear: left;
	display: none;
	margin: 0px 0px 20px 0px;
}

.testimonials-widget-testimonials .active {
	/* active testimonials */
	display: block;
}

.testimonials-widget-testimonials .display-none {
	/* staged testimonials */
	display: none;
}

.testimonials-widget-testimonials .paging {
	clear: both;
	font-weight: 700;
	height: 1.4em;
}

.testimonials-widget-testimonial.list,
.testimonials-widget-testimonial.single {
	display: block;
}

.testimonials-widget-testimonial .image {
	float: left;
	background: #f0f0f0;
	padding:0px 10px 0px 10px !important;
	margin:0px 20px 10px 0px;
}

.widget .testimonials-widget-testimonial .image {
	display: block;
	float: initial;
}

.widget .testimonials-widget-testimonial .image img {
}

.testimonials-widget-testimonial q,
.testimonials-widget-testimonial blockquote {
	/* the testimonial itself */
	min-height:18px;
	font:normal 13px/18px "Arial", Helvetica, sans-serif !important;
	color: #575757 !important;
	quotes: none;
	border:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.testimonials-widget-testimonial blockquote p {
	font:normal 13px/18px "Arial", Helvetica, sans-serif !important;
	color: #575757 !important;
	border:0px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
}

.testimonials-widget-testimonial blockquote p .span03{
	font:normal 14px/18px "Arial", sans-serif !important;
	color: #717171 !important;
	font-style:italic !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.testimonials-widget-testimonial .open-quote {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '“' );
}

.testimonials-widget-testimonial .open-quote:before {
	content: '\201C';
}

.testimonials-widget-testimonial .close-quote {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '”' );
}

.testimonials-widget-testimonial .close-quote:after {
	content: '\201D';
}

.testimonials-widget-testimonial cite,
.testimonials-widget-testimonial div.credit {
	/* outer wrapper for source & company */
	min-height:18px;
	overflow:hidden;
	display: block; /* To display source and company on a new line */
	font:bold 14px/18px "Arial", Helvetica, sans-serif;
	color: #717171;
	text-align: left;
	position:absolute;
	z-index: 100;
	top:0px;
	margin: 0px 0px 0px 192px;
}

.widget .testimonials-widget-testimonial cite,
.widget .testimonials-widget-testimonial div.credit {
	margin-top: .8em;
}

.widget .testimonials-widget-testimonial .whitespace cite,
.widget .whitespace cite,
.widget .testimonials-widget-testimonial .whitespace div.credit,
.widget .whitespace div.credit {
	margin-top: .2em;
}

.testimonials-widget-testimonial cite:before,
.testimonials-widget-testimonial div.credit:before {
	content: ""
}

.testimonials-widget-testimonial .join-title,
.testimonials-widget-testimonial .join-location,
.testimonials-widget-testimonial .join {
	/* section between source and company information */
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ', ' );
}

.testimonials-widget-testimonial .join-title:before,
.testimonials-widget-testimonial .join-location:before,
.testimonials-widget-testimonial .join:before {
	/* join text */
	content: ", "
}

.testimonials-widget-testimonial .author,
.testimonials-widget-testimonial .email,
.testimonials-widget-testimonial .title,
.testimonials-widget-testimonial .location,
.testimonials-widget-testimonial .company,
.testimonials-widget-testimonial .url {
	/* testimonial title, company and url informaiton */
}

.testimonials-widget-testimonial .extra {
	margin-top: .8em;
}

.testimonials-widget-testimonial .bottom_text {
	margin-top: 1.4em;
}




/*@media (max-width: 720px){
	
	.widget .testimonials-widget-testimonial .image {
		width:100% !important;
		min-height:18px;
		overflow:hidden;
		float: none !important;
		text-align:center;
		background: #093;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
	}
	
	.widget .testimonials-widget-testimonial .image img {
		max-width:183px !important;
	}

}*/
