.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: 479px;
  float: left;
  width: 100%;
  border: 0;
  }

/*.callbacks_nav:active { opacity: 1;}
.callbacks_tabs { margin-top: -70px; text-align: center; font-size: 0; list-style-type: none;position: relative;z-index: 2147483647;}
.callbacks_tabs li { display: inline-block; margin: 0 3px; *display: inline; *zoom: 1;}
.callbacks_tabs a { display: inline-block; width: 12px; height: 12px; border-radius: 50%; line-height: 20px; background-color: rgba(0, 0, 0,0.5); background-color: #ccc \9; overflow: hidden; *display: inline; *zoom: 1;}
.callbacks_tabs .callbacks_here a { background-color: #a11c79;}*/
