.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: 544px;
  float: left;
  width: 100%;
}
#wrapper {
  width:100%;
  margin:0;
}
.rslides {
  margin: 0 auto;
}
#slider2{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  font-size: 14px;
  list-style: none;
  margin: -30px auto 0 auto;
  max-width: 1600px;
  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: 1.5px 8px;
  height: 18px;
  background:url(../images/slide/bullet.png) no-repeat;
  display: inline;
  color: #FFF;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background:url(../images/slide/select.png) no-repeat;
  color: #ff0099;
}
@media only screen and (max-width: 900px) {
	.rslides img{
		height:auto;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
	.rslides img{
		height:auto;
	}
}