<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#slider {
	margin:0;
	padding:0;
}

#slider li {
	list-style: none;
}

#slider li img {
	margin:0;
	padding:0;
	width: 100%;

/*    max-width: 1000px;
    max-height: 310px;
*/
	height: auto;

/*
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
*/
}
</pre></body></html>