.rslides {
  margin: 0 auto;
  }


.rslides_tabs {
  list-style: none;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }



/* Callback example */


.events {
  list-style: none;
  }

.banner {
  position: relative;
  width: 100%;
  }

.callbacks {
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-color: #4D4D4F;
  }

.callbacks li {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  height: auto;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  text-align:center;
  }
.banner .callbacks_nav_area{
  width: 100%;
  position: absolute;
  top: calc(50% - 50px);
  z-index: 5;
}
.banner .callbacks_nav {
  position: absolute;
  top: 0;
  z-index: 4;
  text-indent: -99999px;
  overflow: hidden;
  text-decoration: none;
  height: 101px;
  width: 66px;
  }

.banner .callbacks_nav:active {
  opacity: 1.0;
  }

.banner .callbacks_nav.next {
  background: url(../images/next.png) 0 0 no-repeat;
  right: 0;
  }
.banner .callbacks_nav.prev{background: url(../images/prev.png) 0 0 no-repeat; left: 0;}


@media screen and (max-width: 480px) {
  
}


.callbacks_tabs {
  margin-top: 10px;
  text-align: center;
  }


.callbacks_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.callbacks_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #555;
  display: inline-block;
  _display: block;
  *display: block;
 /* -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);*/
  width: 9px;
  height: 9px;
  }


.callbacks_here a {
  background: #fff;

  }

