.owl-nav {
	position:absolute;
	top:-35px;
	right:0;
	//margin-top: 15px;
	//text-align:center;
}
.owl-prev {
	display:inline-block;
	margin: 5px;
	padding: 4px 7px;
	background-color:#d81921;
	color:#ffffff;
	cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-prev {
	display:none;
}
.owl-next {
	display:inline-block;
	margin: 5px;
	padding: 4px 7px;
	background-color:#d81921;
	color:#ffffff;
	cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-next {
	display:none;
}
.testiholder {
	background-image: url("../img/bkg-testimonial.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height:233px;
	margin-top:40px;
}
.quote {
	background-image: url("../img/bkg-quote.jpg");
	background-repeat: no-repeat;
	width:47px;
	height:190px;
	margin:20px 0 0 20px;
	float:left;
}
.testi {
	padding:20px 20px 0 5px;
	font-style: italic;
	line-height:2em;
	height:150px;
	overflow: hidden;
}
.author {
	width:50%;
	float:right;
	color:#000000;
}
