<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#photo-container-samples {
    background-image:url(../../img/backF.png);
	height: 100%;
    left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

#photo-container-samples &gt; div {
    background: #292929;
    margin: 30px;
    height: 86%;
    min-width: 890px;
}

#photo-container-samples &gt; span {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100px;
}

#photo-container-samples &gt; span .back,
#photo-container-samples &gt; span .forward {
    display: inline-block;
    width: 14px;
    height: 20px;
}

#photo-container-samples &gt; span .forward {
   background: url(../../img/ad_scroll_forward_white.png) no-repeat;
}

#photo-container-samples &gt; span .back {
   background: url(../../img/ad_scroll_back_white.png) no-repeat;
}

#photo-container-samples .foto-number {
    vertical-align: 4px;
}

#photo-container-samples &gt; div &gt;img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

#photo-container-samples div .back,
#photo-container-samples div .forward{
    height: 86%;
    position: absolute;
    width: 25%;
    top: 30px;
}

#photo-container-samples div .back {
    left: 30px;
}

#photo-container-samples div .forward {
    right: 30px;
}

#photo-container-samples div .close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 25px;
    height: 25px;
    background: url(../../img/close.png) no-repeat;
    cursor: pointer;
}

#photo-container-samples div .forward:hover{
    background: url(../../img/ad_next.png) 100% 50% no-repeat;
}

#photo-container-samples div .back:hover {
    background: url(../../img/ad_prev.png) 0% 50% no-repeat;
}

#photo-container-samples .substrate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}</pre></body></html>