@charset "UTF-8";
/* CSS Document */

#testimonials-wrapper {
	width:530px;
	background-color:#ff;
	background-image:none;
}
#testimonials {
	width:530px;
}
.testimonials-content {
	width:520px;
	text-align:left;
padding:5px;
text-shadow: 1px 1px 1px #000;
}

.quote-name {
	font-weight:bold;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:24px;
	margin-bottom:5px;
	display:block;
	font-style:normal;
	text-align:right;
	margin-top:15px;
}

.testimonials-txt {
	padding:20px;
}
/*.left-caption {
	background-image:url(../images/images/testimonials-overlay-bgr.png);
	background-repeat:repeat;
	float:left;
	height:230px;
	width:200px;
}*/
.caption-content {
	padding:20px;
}
/* @override https://localhost/bxtestimonials_v3_plugin/css/styles.css */

/*
 * To change the color scheme of testimonials change each 
 * background property for each of the five styles below
 */



/*next button*/
#testimonials-wrapper .bx-next {
	z-index:999;
	width: 40px;
	height: 40px;
	background: url(../images/images/next.png) no-repeat 0 -40px;
	margin-left:66px;
	text-indent: -999999px;
	margin-top:165px;
}
/*previous button*/
#testimonials-wrapper .bx-prev {
	background: url(../images/images/prev.png) no-repeat scroll 0 -40px transparent;
	height: 40px;
	margin-left: 23px;
	text-indent: -999999px;
	width: 40px;
	z-index: 999;
	margin-top:165px;
}