/*! 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;
  width: 100%;
  display:inline;
  }
/*
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
*/
.rslides img {
  display: block;
  height: auto;
  float: center;
  width: 590px;
  }

/*I ADDED THE RSLIDES_TN BELOW*/
.rslides_tn li {
	display:inline;
	padding:0px;
	}
.rslides_tn img {
	width:110px;
	float:center;
	text-align:center;
	}
