.rslides_nav.prev
.rslides {

  margin: 0 auto ;
}

.rslides {
  position: relative;
  list-style: none;
  overflow-y: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto ;
  }

.rslides1 {
  position: relative;
  list-style: none;
  overflow-y: hidden;
  width: 100%;
  padding: 0;

  margin: 0 auto;
  }
  
  .rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;

  margin: 0 auto;
  }

.rslides_tabs {
    top: 720px;
  left:230px;
  z-index:9;
  position:absolute;overflow:hidden;
}

.rslides_tabs li {
	 display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;

}

.rslides_tabs a {
	
	text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #FFFFFF;
  background: rgba(255,255,255, 1);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 0 2px 0 rgba(255,255,255,1);
  box-shadow: inset 0 0 2px 0 rgba(255,255,255,1);
  width: 18px;
  height: 18px;
 
}


.rslides_tabs .rslides_here a {
 background-image:url(../images/bg_tabs.png);background-repeat:no-repeat;background-size:18px 18px;
}


	.rslides_nav{position:absolute;top:50%;z-index:3;margin-top:-2em;width:3.75em;height:67px;text-indent:-9999px}
	
	.rslides_nav.next{right:20px;outline:0;background-image:url(../images/nav_next.png);background-repeat:no-repeat;}
	
	.rslides_nav.next:after{position:absolute;margin-top:-0.75em;top:50%;right:0;margin-right:-0.375em}
	
	.rslides_nav.prev{left:40px;outline:0;background-image:url(../images/nav_prev.png);background-repeat:no-repeat;}
	
	.rslides_nav.prev:after{position:absolute;margin-top:-0.75em;top:50%;left:0;margin-left:-0.375em}

@media (max-width:767px)
{.rslides_tabs {
display:none;	
}
	
}