.play {
    background: url(/images/play.png) no-repeat;
}

.stop {
    background: url(/images/stop.png) no-repeat;
}

#camimg > img {
    width: 100%;
}

.fs-gomb {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #0d0d0d;
    opacity: 0.7;
    font-size: 12px;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    z-index: 80;
}

.gomb-icon {
    margin-right: 5px;
}

.gomb-icon, .gomb-szoveg {
    display: inline-block;
    vertical-align: middle;
}

.gomb-szoveg {
    margin-left: 5px;
}

.slider-wrap {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 80px 1fr;
    background: black;
    margin: auto;
}

.marker-wrap {
    height: 80px;
    box-sizing: border-box;
    color: rgb(29, 59, 85);
    padding-top: 20px;
    padding-right: 3%;
}

#play {
    height: 50px;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 15px;
    width: 50px;
}

#slider {
    margin-left: 2%;
    margin-right: 2%;
    height: 20px;
    position: relative;
    width: 96%;
    z-index: 50;
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 2px;
    border-color: grey;
}

span.ui-slider-handle {
    background: url(/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% no-repeat;
    padding: 13px;
    position: absolute;
    z-index: 100;
    margin-left: -15px;
    top: 7px;
    outline: none;
}

#hlabel {
    position: absolute;
    top: -20px;
    left: -8px;
    width: 40px;
    height: 20px;
    color: white;
    font-size: 12px;
}

#terkep-box {
    width: auto;
}

.smooth_zoom_preloader {
    background-image: url(/images/preloader.gif);
}

.smooth_zoom_icons {
    background-image: url(/images/icons.png);
}

.lable {
    display: none;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    width: 34px;
    height: 34px;
    top: -34px;
    left: -17px;
}

.lable > img {
    width: 34px;
    height: 34px;
}

.radarimg {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2144px;
    height: 1600px;
}

