.tseslider {
    padding: 10px 0;
}

.tseslider.dragging {
    cursor: pointer;
}

.tse-slide-track {
    position: relative;
    width: 100%;
    height: 14px;
    border-radius: 7px;
    border: #F2F5F7;
    background-color: #F2F5F7;
}

.tse-slide-cursor {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    cursor: pointer;
    /*background-color: #FFF801;*/
    border-radius: 50%;
    bottom: -5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

}

.tse-slice {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 251px;
    z-index: 1;
}

.tse-slice1 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 507px;
    z-index: 1;
}

.tse-slice2 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 763px;
    z-index: 1;
}
.tse-slice3 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1019px;
    z-index: 1;
}

.tse-slice4 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 635px;
    z-index: 1;
}

.tse-slice5 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 763px;
    z-index: 1;
}

.tse-slice6 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 891px;
    z-index: 1;
}

.tse-slice7 {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1019px;
    z-index: 1;
}
.tse-cursor-circle
{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    top: 1px;
    position: absolute;
    left: -5px;
    z-index: 1;

}

.tse-slide-cursor1 {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -4px;
    left: -1px;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #000;
}

.tse-slide-filler {
    width: 0;
    position: absolute;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 7px;
    border: 1px solid #c7ccd3;
    background-color: #c7ccd3;
}

.tsept
{
    position: absolute;
    width: 100px;
    top: 20px;
    left: -4px;
}