.kento-testimonial{
text-align:center;
position:relative;
border:1px solid #D8D9D6;
background: #E7E9E6;
padding:15px;
}
.kento-testimonial-author-img{
border:2px solid #DDDDDD !important;
/*border-radius*/
-webkit-border-radius:74% !important;
   -moz-border-radius:74% !important;
        border-radius:74% !important;
/*box-shadow*/
-webkit-box-shadow:0 1px 9px -3px #000000 !important;
   -moz-box-shadow:0 1px 9px -3px #000000 !important;
        box-shadow:0 1px 9px -3px #000000 !important;
height:150px !important;
width:150px !important;
    display: none;
}
.kento-testimonial .kento-testimonial-author{
    float: right;
    height: 150px;
    padding: 10px;
    text-align: center;
    width: 15%;
}
.kento-testimonial-author-name{
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px !important;
    text-transform: uppercase;
}
.kento-testimonial-author-comments{
    background: url("quote.png") no-repeat scroll 6px 10px rgba(0, 0, 0, 0);
    font-family: helvetica;
    font-size: 13px;
    margin-left: -30px;
    padding-left: 63px;
    padding-top: 32px;
    text-align: justify;
}
#kento_quotes{
margin:0;
padding:0;
list-style:none;
}
#kento_quotes li{
text-align:center;
}
#kento_quotes li blockquote{
margin-bottom:10px;
padding:0;
font-style:normal;
}
#kento_quotes li cite{
display:block;
font-weight:bold;
margin-right:50px;
text-align:center;
}
