/* ============================================================
   SCREENSAVER OVERLAY
   ============================================================ */

#screensaver-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9500;
    background: #000000;
    display: none;
    cursor: none;
}

#screensaver-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Screensaver settings dialog */
.screensaver-settings {
    padding: 8px;
}

.screensaver-preview {
    width: 200px;
    height: 150px;
    background: #000;
    border: 2px solid;
    border-color: #808080 #ffffff #ffffff #808080;
    margin: 8px auto;
}

.screensaver-select {
    margin: 8px 0;
}
