*
#wrapper {
  padding: 10px;
  }

#wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
  }
 
 a:hover .caption { color: hotpink;
 text-decoration:none;}
 
 .caption {
  text-decoration:underline;
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  font-weight:bold;
  text-shadow: none;
  text-indent:3px;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 3px;
  margin: 0;
  max-width: none;
  }