.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 94%;
  padding: 0;
  margin: 11px 0 0 4%;
  }

@media (max-width: 660px) {
.rslides {
  
  width: 98%;
  padding: 0;
  margin: 11px 0 0 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;
  }


  #pager      { margin: 0; padding: 5px 0 0 0; width: 98%; text-align: right;}
  #pager li   { display: inline-block}
  
    #pager li a       { display: block; width:16px;
height:16px;
background:url(../graphs/dots.png) no-repeat; 
text-indent:9999px; overflow: hidden;
outline:none;
margin-left:5px;}

    #pager li.rslides_here a { background-position:0 -19px; }