.Holder {
    cursor: pointer;
    position: absolute;
    z-index: inherit;
}

DIV#Play, DIV#Replay, DIV.ButtonNext, DIV.ButtonPrev {
    position: relative !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

DIV.ButtonNext, DIV.ButtonPrev {
    top: 47%;
    /*-webkit-transition: none!important;*/
    /*-webkit-transition: none !important;*/
    /*-moz-transition: none !important;*/
    /*-ms-transition: none !important;*/
    /*-o-transition: none !important;*/
    /*transition: none !important;*/

    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;

    display: none;
    opacity: 0.5;
}

/*Vlad edition*/
DIV.ButtonNext:hover, DIV.ButtonPrev:hover{
    opacity: 1;
}

DIV.ButtonNext{
    margin-right: 10px;
}
DIV.ButtonPrev{
    margin-left: 10px;
}
/*END Vlad edition*/

DIV#Thumb {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

DIV#LayerTitle {
    /*text-align: -webkit-center;*/
    text-align: center;

    color: #FFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 17px 10px 17px 0px;
    font-weight: bold;
}

DIV#LayerScreen {
    display: none;
    z-index: 1000;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

DIV#scrLC {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

DIV#LayerContent {
    text-align: center;
}

.MediaPlayer {
    /* Button back in 4.6.2*/
    /*position: absolute;*/
    visibility: hidden;
    display: none;
    z-Index: 1000;
    top: 45px;
    left: 0px;
    border: 0px;
}

/* with this video not working correct(not sensative to click and touch)*/
.VideoHolder{
    position: absolute;
}

.SlideShow div {
    /*-webkit-transition: opacity 500ms linear;*/
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;

    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% !important;
}


.ButtonHolder {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #d9d9d9));
    border: 1px solid #808080;
    border-radius: 4px;
}

.BlackMetalSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbcbcb), color-stop(1, #818181));*/
    /*border-color: #000000;*/
    /*border-radius: 0;*/
}

.BlueGlowSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #cfdde5));*/
}

.BlueSteelSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c3c3c3));*/
}

.BrightWhiteBlueFlavourSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeff3), color-stop(1, #cde2ef));*/
    /*border-color: #81868a;*/
}

.eMagStudioSkin .ButtonHolder {
    /*background: #5C9742;*/
    /*border: 0;*/
    /*border-radius: 0;*/
}

.GreenFlashSkin .ButtonHolder {
    /*background: #0A1F62;*/
}

.OrangeDetailSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0cde2), color-stop(1, #bcb9db));*/
    /*border-color: #322f33;*/
    /*border-radius: 0;*/
}

.PostboxRedSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #cdcdcd));*/
}

.RelaxingBlueSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1d1d1), color-stop(1, #979797));*/
    /*border-color: #322f33;*/
    /*border-radius: 0;*/
}

.WhiteGadgetSkin .ButtonHolder {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e8e8e8));*/
}