
.rslides{
  min-width:1300px;
  max-width:1920px;
  width:100%;
  margin:0 auto;
  background:none repeat;
  list-style:none outside none;
  overflow:hidden;
  padding:0;
  position:absolute;
  top: 0px;
  left: 0px;
}

.rslides li {
 background:none repeat;
 display:none;
 left:0;
 list-style:none outside none;
 margin:0;
 padding:0;
 position:absolute;
 top:0;
 width:100%;
}

.rslides li:first-child {
 float:left;
 display:block;
 position:relative;
}

.callbacks_container {
 margin:0 auto;
 max-width:1920px;
 min-width:1300px;
 width:100%;
}

.callbacks_container p {
 margin: 0;
}


.callbacks_container .prev {
  font-size:0;
  width: 48px;
  height: 80px;
  position:absolute;
  left: -78px;
  top: 420px;
  z-index:2;
  background:url("/img/banner-left.png") no-repeat right top;
}
/*
.callbacks_container .prev a {
 float:left;
 font-size:0;
 width:51px;
 height:83px;
}*/

.callbacks_container .next {
  font-size: 0;
  width: 48px;
  height: 80px;
  position: absolute;
  right: -78px;
  top: 420px;
  z-index:2;
  background: url("/img/banner-right.png") no-repeat left top;
}
/*
.callbacks_container .next a {
 float:right;
 font-size:0;
 width:51px;
 height:83px;
}*/
/*
.callbacks_tabs {
 position:absolute;
  bottom: 13px;
 left:0;
 width:100%;
 height:14px;
 z-index:15;
 margin:0 auto;
}*/

#wrappers ul, #wrappers li {
 list-style-type: none;
 padding: 0;
 text-align:center;
}

 #wrappers li {
 list-style-type: none;
 padding: 0;
 display:inline-block;
 text-align:center;
 background: none;
}
/*
.callbacks_tabs a {
 float:left;
 width:15px;
 height:15px;
 list-style-type: none;
 font-size:0!important;
  margin-right: 16px;
 display:inline-block;
 z-index:30;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #C0C0C0 ;
  background: rgba(255, 255, 255, 0.5);
}

.callbacks_here a {
 float:left;
 width:15px;
 height:15px;
 list-style-type: none;
 z-index:30;
 font-size:0!important;
  margin-right: 16px;
 display:inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}*/

