<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: right;
	left: auto !important;
	margin: 0 !important;
}
.cs-buttons a {
	background:url(../images/inactive-bullet.png) 0 0 no-repeat;
	margin-left: 5px;
	height: 17px;
	width: 17px;
	float: left;
	border: 0;
	text-indent: -1000px;
}
a.cs-active{
	background: url(../images/active-bullet.png) 0 0 no-repeat;
}
.cs-title {
	width: 942px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	bottom: 20px !important;
	left: 20px !important;
	width: 600px !important;
	font-size:12px;
}
.cs-prev,
.cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	display:none;
}
</pre></body></html>