/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
	background-image: url(../images/ad_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
  }

.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: 547px;
    height: 239px;
    border: 0;
    margin: 20px 60px;
  }

ul.rslides_tabs {
  position: absolute;
  top: 216px;
  right: 0;
  z-index: 500;
}

ul.rslides_tabs li {
  float: left;
}

ul.rslides_tabs li a {
  display: inline-block;
  background-image: url(../images/icon03.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  padding: 2px;
  text-indent: -9999px;
}

ul.rslides_tabs li.rslides_here a {
  display: inline-block;
  background-image: url(../images/icon02.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  padding: 2px;
  text-indent: -9999px;
}