.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.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;
  margin: 0 auto;
  width: 950px;
}
#wrapper {
  width:100%;
  margin:0;
}
.rslides {
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  font-size: 13.5px;
  list-style: none;
  margin: 5px auto 0 auto;
  max-width: 950px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  position:relative;
  z-index:99;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right:5px;
}
.rslides_tabs a {
  width:18px;
  padding: 2px 6.5px;
  height: 20px;
  background:url(../images/bullet.png) no-repeat;
  display: inline;
  color: #1f93be;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background:url(../images/select.png) no-repeat;
  color: #0b506c;
}
/*@media only screen and (max-width: 800px) {
	.rslides_tabs {
	  text-align: left;
	}
}*/