#slider1_container {
    position: relative;
    top: 0px;
    left: 0px;
    height: 456px;
    overflow: hidden;
    background-attachment: initial;
    background-color: rgb(25, 25, 25);
    background-size: initial;
    background-origin: initial;
    background-clip: initial;
    background-position: initial;
    background-repeat: initial;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 356px;
    overflow: hidden;
}

.image_defined, .thumb {
    height: 100%;
    margin: auto;
    right: 0px;
    width: auto !important;
}