/********** testimonials **********/
.tctc_testimonial_list_item img
{
    float: right;
    max-width: 100px;
}

.tctc_testimonial_list_item {
    clear: both;
    margin-bottom:5px;
	padding:10px
}

.tctc_testimonial_list_heading {
    background-color: #eee;
    display: block;
    font-weight: 700;
    padding: 6px 10px;
    text-transform: uppercase;
	font-size: 20px;
    margin: 0;
    padding: 9px 10px;
}

.tctc_testimonial_list_heading p
{
	margin:0;
}

.tctc_testimonial_list_item:nth-of-type(even) {
	background:#dcebff;
}

.tctc_testimonial_list_item img {
	border-radius:50%;
}

.tctc_testimonial_list_item:nth-of-type(even) img {
	float:right;
	margin-left:2px;
}


.tctc_testimonial_list_item:nth-of-type(even) img {
	float:left;
	margin-right:2px;
}