/*testimonials*/
#testimonials{
	width: 975px;
	overflow: hidden;
	margin: 0 auto;
}
.testimonial{
	width: 465px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 5px 20px 15px;
	float: left;
}
.testimonial .box_top{
	width: 100%;
	height: 13px;
	overflow: hidden;
	background: url(bgr_testimonial_box_top.png) no-repeat;
}
.testimonial .box_content{
	width: 100%;
	overflow: hidden;
	background: url(bgr_testimonial_box_content.png) repeat-y;
}
.testimonial .box_end{
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: url(bgr_testimonial_box_end.png) no-repeat;
}
.testimonial .inner{
	width: 440px;
	background: url(ico_quite_top.gif) no-repeat;
	margin: 4px 0 0 25px;
	padding: 0 0 10px 0;
}
.testimonial .inner_end{
	width: 340px;
	min-height: 120px;
	overflow: hidden;
	background: url(ico_quite_end.gif) no-repeat right bottom;
	padding: 0 35px 0 40px;
}
.testimonial .inner p{
	padding: 10px 0 0 0;
	color: #555151;
}
.testimonial .author{
	margin: 0 0 0 40px;
	top: -5px;
	position: relative;
	
}
.testimonial .author span{
	color: #838282;
}


