.testimonial{
float:left;
width:100%;
margin:auto;
text-align:center;
position:relative;
z-index:3;
margin-top:30px;
}

.testimonial ul{
margin:0;
padding:0;
list-style:none;
}

.testimonial ul li{
padding:20px 15px;
border-bottom:1px solid #fff;
}

.testimonial ul li:nth-child(odd){
background:#ffe7de;
}

.testimonial ul li:nth-child(even){
background:#f3f0f0;
}


.testimonial ul li span.icon{
float:left;
width:16%;
}

.testimonial ul li span.tesContent{
float:right;
width:84%;
text-align:justify;
}

span.tesContent img{
float:left;
max-width:100%;
}

.testimonial ul li span.text{
float:right;
width:97%;
padding-left:3%;
background:url(../images/quote.png) no-repeat left top;
}

.testimonial ul li .icon{
height:126px;
}

.testimonial ul li .icon.female{
background:url(../images/female-icon.png) no-repeat center center;
}

.testimonial ul li .icon.male{
background:url(../images/male-icon.png) no-repeat center center;
}

.testimonial ul li .displayName{
float:right;
font-size:1em;
color:#9f4545;
font-style:italic;
}

.testimonial ul li .images{
display:block;
padding-left:25px;
}

.testimonial ul li .img{
float:left;
margin-right:10px;
margin-bottom:10px;
}