.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  margin-left: 0%;
  float:right;
  width:100%;
  }
.download {
	float:left;
	width:340px;
	padding:95px 20px 0 40px;
}
.download h2 {
	font-size:35px;
	color:#fff;
	font-family:'bebas',Arial, Helvetica, sans-serif;
}
.download h3 {
	font-size:20px;
	color:#FFFF00;
	font-family:'myriad_applemedium',Arial, Helvetica, sans-serif;
}
.download h4 {
	font-size:11px;
	color:#AAAAAA;
	font-family:'myriad_applemedium',Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.download img {
	float:inherit;
	margin-top:5px;
	border:0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 30px;
  text-shadow: none;
  color: #E62635;
  right: 30%;
  bottom: 22%;
  padding: 1% 2%;
  margin: 0;
  max-width: none;
  font-family:'HelveticaNeueCondensed',Arial, Helvetica, sans-serif;
  }

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

.callbacks_nav.next {
  left: auto;
  left: 7%;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}
.callbacks1_tabs, .callbacks2_tabs{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index:999;
}
.callbacks1_tabs li, .callbacks2_tabs li {
	float:left;
	margin-right: 5px;
}
.callbacks1_tabs li a, .callbacks2_tabs li a {
	background: url(../images/slidedot1.png);
	width: 9px;
	height: 9px;
	cursor: pointer;
	float:left;
	text-indent:-9999px;
}
.callbacks1_tabs li.callbacks_here a, .callbacks2_tabs li.callbacks_here a {
	background: url(../images/slidedot1-on.png) !important;	
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    bottom: 3%;
	top:inherit;
    }
  }

