﻿#Player {
    width: 0;
    height: 0;
}

#play-wrap {
    width: 318px;
    background: #e4e4e4;
    padding: 0.5em;
}

#playerDiv {
    height: 58px;
    width: 100px;
    position: relative;
    background: #e4e4e4;
    top: 50%;
    left: 50%;
    margin-left: -50px;
}

#noVol {
    width: 30px;
    height: 30px;
    background: url("/img/novideo.png") 100% 100% no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 55px;
    margin-top: -15px;
}

#Vol {
    width: 30px;
    height: 30px;
    background: url("/img/video.png") 100% 100% no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 55px;
    margin-top: -15px;
    display: none;
}

#Play {
    width: 30px;
    height: 30px;
    background: url("/img/start.png") 100% 100% no-repeat;
    background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

#stop {
    width: 30px;
    height: 30px;
    background: url("/img/stop.png") 100% 100% no-repeat;
    background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

#pre {
    width: 30px;
    height: 30px;
    background: url("/img/left-btn.png") no-repeat;
    background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#next {
    width: 30px;
    height: 30px;
    background: url("/img/right-btn.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    margin-top: -15px;
}
