.carrusel_imgs_tiny_wrap .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin: 30px auto 0 auto;
    padding: 0 15px;
}
.carrusel_imgs_tiny_wrap .tns-nav button {
    appearance: none;
    box-shadow: none;
    outline: none;
    height: 10px;
    width:10px;
    margin:3px;
    border:solid 1px #000;
    border-radius:50%;
    background-color:#fff;
    padding:0;
}
.carrusel_imgs_tiny_wrap .tns-nav button.tns-nav-active {
    background-color: #000;
}
.carrusel_imgs_tiny_wrap  .tns-controls{
    max-width: 1300px;
    display:flex;
    justify-content: flex-end;
    padding: 0 15px;
    align-items: center;
    margin:20px auto 0 auto;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button {
    appearance: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #fff;
    font-size:25px;
    margin:0;
    border-radius:0;
}
