/* Start of CMSMS style sheet 'offi-rslides' */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides .caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5px !important;
  line-height: 20px;
  background: #919191;
  background: rgba(145,145,145, .7);
  color: #fff;
  text-transform: uppercase;
}

.rslides.wbg{background:#e9e9e9;}
.rslides_nav{display:none !important;}

.rslides_tabs {
  list-style: none;
  margin: 7px 0 0 0;
  line-height: 20px;
  padding:0;
}

.rslides_tabs li {
  display: inline-block;
  float: none;
  text-align:center;
  padding: 2px 2px;
}

.rslides_tabs a {
  width: auto;
  padding: 2px 6px;
  height: auto;
  background: #e9e9e9;
  display: inline;
  color:#000;
}

.rslides_tabs a:hover {
  background:#dddddd;
  color:#000 !important;
}

.rslides_tabs .rslides_here a {
  background:#32b6bb;
}
/* End of 'offi-rslides' */

