.ai-carousel li {
    list-style: none;
}

.ai-carousel-container {
    padding: 0 !important;
}

.spkr-controls {
    width: 100%;
    color: #a52530;
    position: absolute;
    bottom: 50%;
}

.spkr-nav {

}

.spkr-prev {
    float: left;
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin-left: -50px;
}

.spkr-next {
    float: right;
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin-right: -50px;
}

.spkr-prev:hover, .spkr-next:hover  {
    color: #d62f3e;
}

