.slideshow-container  * {
    box-sizing: border-box;
}
.slideshow-wrapper {
    background-image: radial-gradient(
            circle 346px at 0.3% 100%,
            #ffffff 0%,
            #b27299 100.7%
    );

    border: 2px solid #b27299;
    box-shadow: 3px 2px 5px 0px #ababab;
    width: 230px;
}
.slideshow-container  .mySlides {
    display: none
}
.slideshow-container  img {
    vertical-align: baseline;
}
.slideshow-container {
    width: 200px;
    height: 170px;
    position: relative;
    margin-left: 15px;

}
/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 5px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;

}
/* Position the "next button" to the right */
.slideshow-container   .next {
    right: -15px;
    border-radius: 3px 0 0 3px;

}
/* Position the "next button" to the right */
.slideshow-container  .prev {
    left: -15px;
    border-radius: 3px 0 0 3px;

}
/* On hover, add a black background color with a little bit see-through
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}*/
/* Caption text */
.slideshow-container  .bctext {
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: -20px;
    left: -15px;
    width: 100%;
    text-align: center;
    min-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: black;
}


/* Fading animation */
.slideshow-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .bctext {
        /* font-size: 11px*/
    }
}

.slideshow-container .pony
{
    padding: 20px;
}

.slideshow-wrapper-gray {
    background-image: radial-gradient(
            circle 346px at 0.3% 100%,
            #ffffff 0%,
            #999999 100.7%
    );

    border: 2px solid #999999;
    box-shadow: 3px 2px 5px 0px #ababab;
    width: 230px;
}

.slideshow-wrapper-gray img {
    filter: grayscale(.8);
}


.newaccountbreed-wrapper {
    background-image: none;
    border: none;
    box-shadow: none;
    width: 500px;
}

.natext {
    font-size: 15px;
    width: 500px;
    font-weight: bold;
    color: black;
}
.slideshow-container   .nanext {
    right: -285px;
    border-radius: 3px 0 0 3px;

}

.naslideshow-container {
    height: 270px;
}

.slideshow-container   .naBCName
{
    font-size: 15px;
    width: 500px;
    min-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: black;
}

.slideshow-container   .naBCText
{
    width: 470px;
}

