<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.demo1{float:left;clear:both;width:1000px;height:400px;overflow:hidden;position:relative;}
.demo1 .inside{position:absolute;top:50%;left:0;height:150px;margin-top:-75px;}
.demo1 a{
	display:block;position:absolute;width:150px;height:150px;overflow:hidden;border:5px solid #fff;
	-moz-border-radius:150px;
	-webkit-border-radius:150px;
	border-radius:150px;
}
.scroller .active{z-index:5!important;}</pre></body></html>