<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#full-screen-slider {
	width: 100%; height: 625px; float: left; position: relative;
}
#slides {
	list-style: none; margin: 0px; padding: 0px; width: 100%; height: 625px; display: block; position: relative;
}
#slides li {
	list-style: none; margin: 0px; padding: 0px; width: 100%; height: 100%; display: block; position: absolute;
}
#slides li a {
	width: 100%; height: 100%; display: block;
}
#pagination {
	list-style: none; margin: 0px; padding: 5px 15px 5px 0px; left: 47%; top: 550px; display: block; position: absolute; z-index: 9900;
}
#pagination li {
	background: rgb(204, 204, 204); list-style: none; border-radius: 5px; width: 10px; height: 10px; margin-left: 15px; float: left; display: block;
}
#pagination li a {
	margin: 0px; padding: 0px; width: 100%; height: 100%; text-indent: -9999px; display: block;
}
#pagination li.current {
	background: rgb(255, 255, 255);
}
</pre></body></html>