var mySwiper = new Swiper('.swiper-container',{
slidesPerView :'auto',
autoplay:5000,
direction:'vertical',
grabCursor:true,
autoplayDisableOnInteraction:false,
mousewheelControl:true,
autoHeight:true,
speed:2000
});