﻿.onScreenDisplayDefault {
    z-index:100000;
    position:absolute;
    width:0px;
    height:0px;
    bottom:0px;
    right:0px;
}

.onScreenDisplayMute {
    z-index:100000;
    position:absolute;
    background-image:url('[themeFolder]/Images/osd_mute.png');
    background-repeat:no-repeat;
    width:144px;
    height:113px;
    bottom:0px;
    right:0px;
}

.onScreenDisplayNextPreviewStep {
    z-index:100000;
    position:absolute;
    background-image:url('[themeFolder]/Images/osd_next_preview_step.png');
    background-repeat:no-repeat;
    width:138px;
    height:85px;
    bottom:0px;
    right:0px;
}

.onScreenDisplayPause {
    z-index:100000;
    position:absolute;
    background-image:url('[themeFolder]/Images/osd_pause.png');
    background-repeat:no-repeat;
    width:86px;
    height:85px;
    bottom:0px;
    right:0px;
}

.onScreenDisplayPlay {
    z-index:100000;
    position:absolute;
    background-image:url('[themeFolder]/Images/osd_play.png');
    background-repeat:no-repeat;
    width:73px;
    height:85px;
    bottom:0px;
    right:0px;
}

.onScreenDisplayPreviousPreviewStep {
    z-index:100000;
    position:absolute;
    background-image:url('[themeFolder]/Images/osd_previous_preview_step.png');
    background-repeat:no-repeat;
    width:138px;
    height:85px;
    bottom:0px;
    right:0px;
}

.onScreenDisplayUnmute {
    z-index:100000;
    position:absolute;
    background-image:url('[themeFolder]/Images/osd_unmute.png');
    background-repeat:no-repeat;
    width:144px;
    height:113px;
    bottom:0px;
    right:0px;
}