/* Forum attachments: clean thumbnails */
.postbody .attach-image,
.postbody .attach-image a,
.postbody .attach-image img,
.postbody div.inline-attachment dl.thumbnail img,
.postbody div.inline-attachment dl.thumbnail dt a:hover img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.postbody .attach-image a,
.postbody div.inline-attachment dl.thumbnail img,
.postbody div.inline-attachment dl.thumbnail dt a:hover img {
    padding: 0 !important;
}

.postbody div.inline-attachment dl.thumbnail img {
    border-radius: 0 !important;
}

/* VSE Lightbox */
.lightboxOverlay {
    background-color: rgb(45, 45, 45) !important;
    opacity: 1 !important;
}

.lightbox .lb-image {
    border: 0 !important;
    border-radius: 0 !important;
}

.lb-outerContainer,
.lb-container {
    background-color: rgb(45, 45, 45) !important;
}

/* VSE Lightbox: собственные фиксированные стрелки */
#lightbox .lb-nav {
    display: none !important;
}

.sego-vse-nav {
    display: none;
    position: fixed;
    z-index: 10002;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 82px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: rgba(20, 20, 20, 0.45);
    color: #fff;
    font: 52px/1 Arial, sans-serif;
    cursor: pointer;
}

.sego-vse-prev {
    left: 14px;
}

.sego-vse-next {
    right: 14px;
}

.sego-vse-nav:hover {
    background: rgba(70, 70, 70, 0.75);
}
