/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 298px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 298px;
  left: 0;
  top: 0;
  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 298px;
  border: 0;
  }

 .rslides .caption {
  display: block;
  position: absolute;
  z-index: 9;

  text-shadow: none;
  color: #0069C6;
  background: #FBFBFB;

  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 0px;
  margin: 0;
  
  }


  .rslides_tabs {
  list-style: none;
  padding: 0;
  background: #FBFBFB;

  list-style: none;
  margin: 0px;
  
  padding: 0px;
  text-align: right;
  width: 100%;background:#bbbbbb;
  }

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

.rslides_tabs a {
  color:#000000;

  text-decoration: none;
  width: auto;
  line-height: 14px;
  font-size:12px;
  padding: 0px 9px;
  height: auto;
  background: transparent;
  display: inline;
  }

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

.rslides_tabs .rslides_here a {
 
  color: #000000;
  font-weight: bold;
  }