<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media all and (min-width:0px){img {margin-bottom:-2px!important;}}  /*Fix Opera */


.infopic{ width:1100px; height:250px; position:relative; overflow:hidden; margin:30px auto;}
.piclist{ height:250px; position:absolute; top:0; left:0;}
.piclist li{ height:250px; margin-right:15px; float:left; overflow:hidden;}
.piclist li img{ height:250px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(img/icon.png) no-repeat; position:absolute; top:130px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}
</pre></body></html>