<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider {
float:left;
margin:-8px auto 0 auto;
width:716px;
height:300px;
position:relative;
}

.sliderContent {
float:left;
width:716px;
height:300px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderContent .item {
position:absolute;
width:716px;
height:300px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}

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