






.rslides {
  margin: 0 auto 0px;
  }
  
  .rslides-para {
  margin-bottom:50px
  }
  
  .rslides-para span {
  color:#C40000;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  /* background: rgba(0,0,0,.25); */
  background: transparent;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-bottom:1px #A6A6A6 solid;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #C40000;
  font-weight: bold;
  text-decoration:underline;
  }

a {
  color:#666666;
  text-decoration: none;
  }
  
a:hover {
  color:#C40000;
  text-decoration:underline;
  }


