function NextSlide()
{
$('.swiper-button-next').click();
}
function PreSlide()
$('.swiper-button-prev').click();