
.recent-testimonials {
	position: relative;
}
.carousel-navi {
	position:absolute;
	right:0;
	top:2px;
	background:#FFFFFF;
	padding-left:10px;
	
}
.tprev,
.tnext {
	float:right;
	text-indent:-9999px;
	width:7px;
	height:10px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:10px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left:5px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
.tprev {
	background-attachment: scroll;
	background-image: url(../_images/nav-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0;
}
.tnext {
	background-attachment: scroll;
	background-image: url(../_images/nav-next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.tprev:hover,
.tnext:hover {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
}
.tprev:active,
.tnext:active {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
}



.testimonial-wrap {
	margin:0;
}
.testimonial-name {
	margin:0 0 20px 0;
	text-align:right;
	color:#555555;
}
.testimonial-photo {
	float:left;
	width:50px;
	height:50px;
	display: block;
	position:relative;
	margin:0 0 20px 0;
}
.testimonial- {
	width:50px;
	height:50px;
	display:block;
}
ul li .testimonial-entry {
	line-height:16px; !important;
}
.testimonial-entry {
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;
	color: #333;
}
.testimonial-entry:before,
.testimonial-entry:after {
	content:'"';
}
.testimonial-entry.dark,
.testimonial-entry.white {
	background-color:#FFFFFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #D9D9D9;
	border-bottom:4px solid #EEEEEE;
	padding:10px;
}




@media only screen and (min-width: 480px) and (max-width: 767px) {
		.themebutton2 {padding:8px !important; line-height:100%!important; font-size:11px !important;font-weight:normal;}
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.themebutton2 { padding:6px !important; line-height:100% !important; font-size:10px !important;}
	}
