.testimonialsBlock {
	clear:both;
	width:770px;
	margin-left:5px;
	padding-top:20px;
}

.testimonialsBlock .testimonialOdd{
	float:left;
	width:770px;
	margin-bottom:30px;
}
.testimonialsBlock .testimonialOdd .leftBlock{
	float:left;
	width:130px;
	text-align:center;
	vertical-align:middle;
	color:#666666;
	font-size:11px;
	padding-top:15px;
	padding-right:5px;
}

.testimonialsBlock .testimonialOdd .leftBlock img{
	border:#ede4db solid 2px;
	vertical-align:middle;
	margin:0 0 10px 0;
}
.testimonialsBlock .testimonialOdd .leftBlock h3{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#d16800;
}
.testimonialsBlock .testimonialOdd .rightBlock{
	float:left;
	width:625px;
	text-align:left;
}

.testimonialsBlock .testimonialOdd .rcBlock{
	float:right;
	position:relative;
}
.testimonialsBlock .testimonialOdd .arrow{
	float:left;
	position:absolute;
	margin-left:-28px;
	margin-top:20px;
	background:url(../images/testimonial_odd_arrow.jpg) left top no-repeat;
	width:31px;
	height:28px;	
}
.testimonialsBlock .testimonialOdd .rcBlock .top{
	background:url(../images/testimonial_odd_top.jpg) right bottom repeat-x;
	width:600px;
	height:15px;
	display:block;
	overflow:hidden;	
}
.testimonialsBlock .testimonialOdd .rcBlock .middle{
	width:574px;
	border-right:#fdf3d5 solid 3px;
	border-left:#fdf3d5 solid 3px;	
	background:#fdfcee;
	padding:0 10px;
	font-size:12px;
	color:#464646;
	line-height:17px;
	text-align:justify;
	min-height:55px;
	/*height:55px;*/
}
.testimonialsBlock .testimonialOdd .rcBlock .bottom{
	background:url(../images/testimonial_odd_bottom.jpg) right top repeat-x;
	width:600px;
	height:15px;
	display:block;
	overflow:hidden;
}








.testimonialsBlock .testimonialEven{
	float:left;
	width:770px;
	margin-bottom:30px;
}
.testimonialsBlock .testimonialEven .leftBlock{
	float:right;
	width:130px;
	text-align:center;
	vertical-align:middle;
	color:#666666;
	font-size:11px;
	padding-top:15px;
	padding-left:5px;
}

.testimonialsBlock .testimonialEven .leftBlock img{
	border:#ede4db solid 2px;
	vertical-align:middle;
	margin:10px 0 10px 0;
}
.testimonialsBlock .testimonialEven .leftBlock h3{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#d16800;
}
.testimonialsBlock .testimonialEven .rightBlock{
	float:left;
	width:625px;
	text-align:left;
	position:relative;
}

.testimonialsBlock .testimonialEven .rcBlock{
	float:left;
	position:relative;
}
.testimonialsBlock .testimonialEven .arrow{
	float:right;
	position:absolute;
	margin-top:20px;
	margin-left:597px;
	background:url(../images/testimonial_even_arrow.jpg) right top no-repeat;
	width:31px;
	height:28px;
}
.testimonialsBlock .testimonialEven .rcBlock .top{
	background:url(../images/testimonial_even_top.jpg) right bottom repeat-x;
	width:600px;
	height:15px;
	display:block;
	overflow:hidden;	
}
.testimonialsBlock .testimonialEven .rcBlock .middle{
	width:574px;
	border-right:#fbefe1 solid 3px;
	border-left:#fbefe1 solid 3px;	
	background:#fdf7f1;
	padding:0 10px;
	font-size:12px;
	color:#464646;
	line-height:17px;
	text-align:justify;
		min-height:55px;
	/*height:55px;*/
}
.testimonialsBlock .testimonialEven .rcBlock .bottom{
	background:url(../images/testimonial_even_bottom.jpg) right top repeat-x;
	width:600px;
	height:15px;
	display:block;
	overflow:hidden;
}
