/*! http://responsiveslides.com v1.55 by @viljamis */

.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: left;
  width: 100%;
  border: 0;
  }
  
 .rslides li .caption {
	 display:none;
 }
 
 .visual {
	 position:relative;
	 width:100% !important;
 }
 
 .callbacks_nav {
	 position:absolute;
	 top:50%;
	 text-indent:-9999em;
	 z-index:1000;
	 width:38px;
	 height:98px;
	 margin-top:-49px;
 }
 
 .callbacks_nav.next {
	 right:20px;
	 background:url(../../img/top/prevTop.png) no-repeat right top;
 }

.callbacks_nav.prev {
	 left:20px;
	  background:url(../../img/top/nextTop.png) no-repeat left top;
 }
 
 
 #slider_new {
	 position:relative !important;
 }
 
#slider_new li {
	  width:100%;
	  top:0 !important;
	  left:0 !important;
 }
 
#slider_new li img {
	width:100% !important;
	height:auto;
}
