.avatarspic {
	border:1px solid #ddd;
	float:left;
	width:70px;
	height:70px;
	border-radius:50%;
	margin-right:15px;
}
.arrow {
	float:left;
	margin-left:25px;
	width:0;
	height:0;
	border-top:30px solid #f9f9f9;
	border-left:30px solid transparent;
	border-right:0px solid transparent;
	border-bottom:0px;
}
.testimonial-name {
	float:left;
	margin:0 8px;
	color:#e7402f;
	padding-top:5px;
	font-size:13px;
}
.testimonial-name span {
	color:#555;
	font-weight:normal;
}
.testimonial {
	padding:20px 25px;
	background-color:#f9f9f9;
	/*Change colour here and in .arrow-down*/ float:left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.testimonial:hover {
	background-color:#fdfdfd;
}
.testimonial h4 {
}
.author-wrapper {
	width:100%;
	float:left;
}

