/* ============================== testimonialss ====== */
.testimonials {
	position:relative;
	z-index:12;
	padding:10px 20px;
}
.testimonials_alt {
	position:relative;
	z-index:12;
	padding:15px 20px;
	background: #FAFAFA;
	margin:20px 0;
}
.testimonials p {
	font-size:12px;
	font-style:italic;
	color:#666;
	padding:0 20px;
	text-align:center;
}
.testimonials_alt p {
	font-size:12px;
	font-style:italic;
	color:#666;
	padding:0 20px;
	text-align:center;
}
.testimonials p.intro {
	margin-top:20px;
}
.testimonials_alt p.intro {
	margin-top:20px;
}
.testimonials p.customer {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#C35312;
}
.testimonials_alt p.customer {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#C35312;
}
.testimonials p.customer em {
	color:#333;
	font-style:normal;
}
.testimonials_alt p.customer em {
	color:#333;
	font-style:normal;
}
.testimonial_stars {
	text-align:center;
	height:20px;
	background:url(../images/construct/backgrounds/stars.gif) center no-repeat;
}