.slider_wrapper {
	margin:25px auto 0 auto;
	overflow:hidden;
}

.rslides {
	background:#fff;
	margin: 0 auto;
}

/* Container In */
.callbacks_container {
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 100%;
  }

/* Text */
.callbacks .caption {
	position:absolute;
	top:40%;
	left:20px;
	width:auto;
	display: inline-block;
	z-index: 2;
	text-shadow: none;
	color: #000;
	margin: 0;
	text-align:left;
}
.callbacks .caption h2 {
	background:#fff;
	padding:15px 20px;
	color:#221969;
	position:relative;
}
.callbacks .caption button {
	margin:0;
	position:relative;
	z-index:1;
}
.callbacks .caption button img{
	width:7px;
	height:12px;
	position:relative;
	top:5px;
	margin-left:10px;
}
.callbacks .caption button:hover img {
	margin-left:14px;
}

/* Arrows */
.callbacks_nav {
  position: absolute;
  top: 85%;
  right:80px;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: url(../images/arrows.png) #fff no-repeat;
  -moz-border-radius: 50%; 
  border-radius: 50%; 
  box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right:20px;
  }
.callbacks_nav:hover {
  background:url(../images/arrows.png) #FFD693 no-repeat;
}
.callbacks_nav.next:hover {
  background-position: right bottom;
}

/* Wrap */
.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: right;
  width:100%;
  border: 0;
  }