<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px 20px; z-index: 1001; float: right;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 2px solid #fff; color: #000; text-indent: -1000px; }
.cs-active { background-color: #033cc1; color: #FFFFFF; }

.cs-title { width: 304px; height: 46px; padding: 10px; background: rgb(3, 60, 193); background: rgba(3, 60, 193,0.8); color: #fff; position: absolute;
           top: 37px; right: -10px; overflow: hidden;}

.cs-prev,.cs-next { display: none;}

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