/*! http://responsiveslides.com v1.54 by @viljamis */

.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: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
  list-style: none;
  padding: 0; 
  max-width: 540px;
  /*padding: 5px 5px 4px 5px;*/
  text-align: center;
  }
 .rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }
#slider-list{
	/**z-index:10;**/
	width:auto;
	margin:0 auto;
	position: relative;
	}
#slider-list a {
  display: inline-block;
  background-image:url(button-n.png);
  background-repeat: no-repeat;
}

#slider-list img {
  float: left;
}

#slider-list .rslides_here a {
	background-image:url(button-h.png);
	background-repeat: no-repeat;
}
#slider-list a {
  padding: 0;
}