.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;
  float: left;
  border: 0;
  }
  .callbacks_container {
	position: relative;
	max-width:1000px;
	margin: 0 auto;
	padding: 0;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 10px;
	opacity: 0.6;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 57px;
	width: 30px;
	background: transparent url("../images/nav.png") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active, .callbacks_nav:hover{
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 10px;
}
.slideheight .callbacks_nav {
	left: 90px;
	right:auto;
}
.slideheight .callbacks_nav.next {
	left:auto;
	right: 90px;
}
.team .img{
	height: 150px;
	width:150px;
	border-radius: 130px;
	margin: 0 auto 13px;
	background-size: cover;
	border:2px solid #ff6c00;
}
.team h3{
	font-size:30px;
	color:#ff6c00;
	font-weight:300;
}
.team h4{
	font-size:30px;
	
	font-weight:500;

.team p{
	padding:0 27px;
}
@media screen and (max-width: 600px) {
  	.callbacks_nav {
    	top: 47%;
    }
	.team p{
		padding:0 18px;
	}
}