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

#testimonials-wrapper {
	width:990px;
	background-color:#f2f2f2;
	margin-bottom:50px;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	background-image:url(../images/images/bgr-illustration-2.jpg);
	background-position:top;
	color:#fff;
	font-size:15px;
	line-height:22px;
	border:1px solid #ccc;
}
#testimonials {
	width:990px;
}
.testimonials-content {
	width:930px;
	padding:20px 30px;
	text-align:left;
	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:496px;
	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: 454px;
	text-indent: -999999px;
	width: 40px;
	z-index: 999;
	margin-top:165px;
}
