/*! http://responsiveslides.com v1.55 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;
}
ul.rslides_tabs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:center;
	position:absolute;
	bottom: 10px;
	left: 0;
	z-index: 999;
	width:100%;
	white-space:nowrap;
}
ul.rslides_tabs li {
	display:inline-block;
	margin: 5px;
	background-color: #fff;
	border-radius: 50%;
	transform:scale(1,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.rslides_tabs li a {
	display:block;
	width: 12px;
	height: 12px;
	color: rgba(0,0,0,0);
	font-size:0;
}
ul.rslides_tabs li:hover {
	transform:scale(1.2,1.2);
}
ul.rslides_tabs li.rslides_here {
	transform:scale(1.5,1.5);
}

.rslides_nav.rslides1_nav {
	position:absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255,255,255,1);
	opacity: 0.5;
	z-index: 9;
	opacity: 0.3;
	font-size: 0px;
	color: rgba(0,0,0,0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.rslides_nav.rslides1_nav:hover {
	background-color: rgba(255,255,255,0.7);
	opacity: 0.8;
}
.prev {
	left: 20px;
	background-image: url(imagens/left.png);
}
.next {
	right: 20px;
	background-image: url(imagens/right.png);
}