<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lightbox-overlay {
    background-color:silver;
    display:none;
    left:0;
    top:0;
    z-index:10000;
}
#lightbox {
    display:none;
    left:0;
    position:absolute;
    top:100px;
    width:100%;
    z-index:10001;
}
#lightbox-imageBox {
    background-color:#fff;
    border:solid 1px #ccc;
    height:31px;
    margin:0 auto;
    padding:15px;
    position:relative;
    width:31px;
}
#lightbox-image { }
#lightbox-close, #lightbox-prev, #lightbox-next { z-index:10002; }
#lightbox-close {
    background:url(https://www.soldster.com/images/close.png) 0 0 no-repeat;
    cursor:pointer;
    height:31px;
    position:absolute;
    right:-15px;
    top:-15px;
    width:31px;
}
#lightbox-prev { left:15px; }
#lightbox-next { right:15px; }
#lightbox-prev, #lightbox-next {
    background:transparent url(https://www.soldster.com/images/blank.gif) no-repeat;
    cursor:pointer;
    display:none;
    position:absolute;
    top:15px;
}</pre></body></html>