<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.orbit-wrapper {
    width: 1px;
    height: inherit;
    /*position: relative; */}

div.slides {
    width: 1px;
    /*height: 1px;*/
    position: relative;
    overflow: hidden }

div.orbit&gt;img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit&gt;a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }



.orbit&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
display: none;
z-index:1; }

.orbit&gt;div:first-child {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

</pre></body></html>