/*! http://responsiveslides.com v1.54 by @viljamis */
.SuperComSlideShow{text-align: center;}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 200px;
  display: inline-block;
  }
.slide-thumb{
    height: 175px;
}
.slide-title {
    background-color: rgba(0, 0, 0, 0.7);
    clear: both;
    height: 40px;
    position: absolute;
    width: 100%;
}
.slide-title h3{text-align: center;}
.slide-title a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.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_bn {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100px;
  display: inline-block;
  }
.slide-thumb{
    height: 175px;
}
.slide-title {
    background-color: rgba(0, 0, 0, 0.7);
    clear: both;
    height: 40px;
    position: absolute;
    width: 100%;
}
.slide-title h3{text-align: center;}
.slide-title a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.rslides_bn li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides_bn li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides_bn img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
