<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tiny Carousel */
#slider1 { position:relative; width: 966px; margin:auto;;left:0px;height: 100%; overflow: hidden; padding: 0 0 0px;  z-index:0;
}
#slider1 .viewport { float: left; width: 966px; height: 344px; overflow: hidden; position: relative; margin: auto; }
#slider1 .buttons {
    border-radius: 35px;
    display: block;
    margin: 30px 0px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .next {
    margin: 30px 0 0 10px;
}
#slider1 .buttons:hover {
    color: #C01313;
    background: #fff;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 1024px; left: 0; top: 0; 

}
#slider1 .overview li { float: left; margin: 43px 00px 0 0px; padding: 1px; height: 344px; width: 966px;}
</pre></body></html>