.swiper-container { 
 position: relative; 
 height:auto;
}
.swiper-slide {
}

.swiper-slide span {
  text-align:center;
  display:block;
  margin: 20px;  
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border:1px solid #aaa;  
  opacity:1;
  cursor: pointer;  
}
.swiper-pagination-bullet-active {
  background: #007aff;
  border-color: #007aff;   
}

.swiper-button-prev{	
}   

.swiper-button-next{	
}