/*! 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;
  }


body {
	font-family: arial;
}
.rslides {
	margin: 0 auto;
	max-width: 970px !important;
	min-width: 970px;
}

.rslides_tabs {
	list-style: none;
	margin: 16px 0;
	padding: 0;
	text-align: center;
}
.rslides_tabs li {
	display: inline;
	margin: 0 8px;
}
.rslides_tabs a {
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
	text-indent: -9999px;
	*zoom: 1;
}
.rslides_tabs a:hover,
.rslides_tabs .rslides_here a {
	background: #999;
}