.video .imgImageWrapper:before {
    content: "\25B6";
    color: #ffffff;
    z-index: 100;
    font-size: 20px;
    line-height: 43px;
    border: 2px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    pointer-events: none;
}

.video2 .imgImageWrapper:before {
    content: "" !important;
    border: 0px solid !important;

}

.imgImageWrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}


.video .imgImageWrapper {
    position: relative;
}

.inlinePlayer {
    position: absolute;
    z-index: 1000;
    width:100%;
}

.inlinePlayer .btn_vol{position:absolute;right:20px;top:20px;width:32px;height:32px;background:url("bin/volume.png") no-repeat;cursor:pointer}
.inlinePlayer .btn_vol.on{background-position:0 0}
.inlinePlayer .btn_vol.off{background-position:0 -32px}
