.jf_testimonials .quotes {
  width: 31px;
  height: 23px;
  display: inline-block;
  margin: 0;
  background: url(../images/jf/jf_features/jf_testimonials_quotes.png);
}
.jf_testimonials .text {
  font-size: 18px;
  line-height: 1.2em;
  margin: 10px 0;
  font-style: italic;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.jf_testimonials .author {
  margin: 0 0 30px 0;
}
.jf_testimonials:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jf_testimonials img {
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #DDD;
  margin: -20px 0 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jf_testimonials.no_arrows .rslides_nav {
  display: none;
}
.jf_testimonials.no_buttons .rslides_tabs {
  display: none;
}
.jf_testimonials.color_hover:hover img {
  border-color: #2a7b99;
}
.rslides_container {
  width: 90%;
  position: relative;
  margin: 20px auto;
}
.rslides {
  margin: 0 auto;
  list-style: none;
  width: 90%;
  position: relative;
  overflow: hidden;
}
.rslides li {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  text-align: center;
}
.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: -20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 60px;
  width: 38px;
  background: url("../images/jf/jf_features/jf_rslider_arrows.png") no-repeat left top;
  margin-top: -45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rslides_nav:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  left: -25px;
}
.rslides_nav:active {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -30px;
}
.rslides_nav.next {
  left: auto;
  background-position: left bottom;
  right: -20px;
}
.rslides_nav.next:hover {
  right: -25px;
}
.rslides_nav.next:active {
  right: -30px;
}
.rslides_nav:focus {
  outline: none;
}
.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 9;
}
.rslides_tabs li {
  display: inline;
  float: none;
  *float: left;
  margin: 3px;
}
.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0,0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.3);
  width: 9px;
  height: 9px;
}
.rslides_here a {
  background: #666;
  background: rgba(0,0,0,0.6);
}
@media (max-width: 320px) {
  .rslides_nav {
    left: -10px;
  }
  .rslides_nav:hover {
    left: -15px;
  }
  .rslides_nav.next {
    right: -10px;
  }
  .rslides_nav.next:hover {
    right: -15px;
    left: auto;
  }
}
