.SliderContainer {
    min-height: 350px;
    overflow: hidden;
    margin: auto;
    background: #FFFFFF;
}

    .SliderContainer .SElement {
        display: block;
        min-height: 350px;
        overflow: hidden;
    }

.DotContainer {
    height: auto;
    width: 100%;
    line-height: 20px;
    text-align: center;
    bottom: 0px;
}

    .DotContainer .Dot {
        display: inline-block;
        height: 10px;
        width: 10px;
        background: #EEEEEE;
        color: #CCCCCC;
        cursor: pointer;
        margin: 5px;
        text-align: center;
        line-height: 5px;
        border-radius: 50%;
        font-size: 5px;
    }

    .DotContainer .DotHover {
        display: inline-block;
        height: 10px;
        width: 10px;
        background: #AC0009;
        color: #AC0009;
        cursor: pointer;
        margin: 5px;
        text-align: center;
        line-height: 5px;
        border-radius: 50%;
        font-size: 5px;
    }

    .DotContainer .FirstDot {
        margin-left: 0px;
    }

    .DotContainer .LastDot {
        margin-right: 0px;
    }

.PreBtn {
    cursor: pointer;
    background: #000000;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.NextBtn {
    cursor: pointer;
    background: #000000;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}