/*basic styles*/
.testimonial_slider__textonly div,.testimonial_slider__textonly p,.testimonial_slider__textonly li,.testimonial_slider__textonly span,.testimonial_slider__textonly img,.testimonial_slider__textonly h2,.testimonial_slider__textonly ul{vertical-align:baseline;}
.testimonial_slider{overflow:hidden;margin: 0 0 0 0;line-height:18px;position:relative}
.testimonial_slider__textonly .testimonial_slider_instance { margin: 0 auto; padding: 0; clear: left; }
.testimonial_slider__textonly .testimonial_slide { margin: 0; padding: 0 }
.testimonial_slider__textonly .testimonial_slideri{float:left;margin:0;background-color: transparent;border:0px solid #dddddd;width:100%;height:auto;}
.testimonial_slider__textonly.testimonial_slider_set{}
.testimonial_slider__textonly .testimonial_by_wrap{width:100%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.testimonial_slider__textonly .testimonial_slider_title {font-family: Tahoma,Geneva,sans-serif;font-weight: bold;padding: 10px;font-size: 1.4em;}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by_inner {margin: 1em 0 1.5em 7em;}
.testimonial_slider__textonly .testimonial_content_wrap{width:100%;height:80%;float:left;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid #e4e4e4;position: relative; }
.testimonial_slider__textonly .testimonial_content{width:80%;padding: 10px;margin: 5px auto 5px auto;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;font-family:'Lucida Sans Unicode', 'Lucida Grand', sans-serif;font-size:14px;font-weight:normal;font-style:italic;color:#737373;line-height: 1.7; height: 90%; overflow: hidden;}

.testimonial_slider__textonly .testimonial_by_wrap span{display:inline-block;width:100%;}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_avatar{margin:0;}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_avatar img{max-width:100%;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:3px;margin:0;width:80px;border:1px solid #cccccc;}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_site {line-height:15px;font-family:'Lucida Sans Unicode', 'Lucida Grand', sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#f16022;}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_site a{text-decoration:none;}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by{line-height:15px;font-family:'Lucida Sans Unicode', 'Lucida Grand', sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#747474;text-transform: uppercase;}
.testimonial_slider__textonly p.more a{text-decoration:underline;float:right;}
.testimonial_slider__textonly p.more a:hover{text-decoration:none;}

/* Required for Down Triangle */
 .testimonial_slider__textonly .testimonial_content_wrap:before, .testimonial_slider__textonly .testimonial_content_wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
  }

  /* Stroke */
  .testimonial_slider__textonly .testimonial_content_wrap:before {
    bottom: -17px;
    margin-left: 20%;
    border-top-color: inherit;
    border-width: 16px;
  }

  /* Fill */
  .testimonial_slider__textonly .testimonial_content_wrap:after {
    bottom: -15px;
    margin-left: 20%;
    border-top-color: #f3f3f3;
    border-width: 16px;
  }
/* CSS Navigation Buttons */
.testimonial_slider__textonly .testimonial_nav {
	position: relative;
	margin-left: 40%;/*text-align:center; */
	display: block;
	padding: 0;
	cursor: default;
	
}

.testimonial_slider__textonly .testimonial_nav .inner_nav {
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.testimonial_slider__textonly .testimonial_nav .inner_nav a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 20%;
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.testimonial_slider__textonly .testimonial_nav .inner_nav a:focus {
	outline: none;
}

/* Individual styles and effects */

/* Fill up */

.testimonial_slider__textonly .testimonial_nav-fillup .inner_nav a {
	background-color: transparent;
	border: 2px solid #999;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	/*border: 0.2em solid #999;*/
	box-sizing: border-box;
}

.testimonial_slider__textonly .testimonial_nav-fillup .inner_nav a:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.testimonial_slider__textonly .testimonial_nav-fillup .inner_nav a:hover,
.testimonial_slider__textonly .testimonial_nav-fillup .inner_nav a:focus {
	background-color: transparent;
	text-decoration:none !important;outline: none;
}

.testimonial_slider__textonly .testimonial_nav-fillup .inner_nav.selected a:after {
	height: 100%;background-color: #999;
}
/*Navigation Arrows*/
.testimonial_slider__textonly .testimonial_nav_arrow_wrap{ /*display:none;*/ }
.testimonial_slider__textonly .testimonial_nav_arrow_wrap a{position:absolute;bottom:0;width:16px;height:20px;display: block; outline: none;}
.testimonial_slider__textonly a.testimonial_prev{left:0;background: transparent url(http://sulfursoap.com/wp-content/plugins/testimonial-slider/css/skins/images/prev.png) no-repeat 0 0;}
.testimonial_slider__textonly a.testimonial_next{right:0;background: transparent url(http://sulfursoap.com/wp-content/plugins/testimonial-slider/css/skins/images/next.png) no-repeat 0 0;}
.testimonial_slider__textonly .testimonial_nav_arrow_wrap span{display:none;}

.testimonial_slider__textonly .sldr_clearlt{display:block;visibility:hidden;clear:left;height:0;content:".";}
.testimonial_slider__textonly .sldr_clearrt{display:block;visibility:hidden;clear:right;height:0;content:".";}