<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;
	/*zoom:1;*/
	position:relative;
	margin-bottom:30px;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none
}
.cs-buttons {
	font-size:0px;
	padding:10px;
	float:left
}
.cs-buttons a {
	margin-left:5px;
	height:10px;
	width:10px;
	float:left;
	border:1px solid #B8C4CF;
	color:#B8C4CF;
	text-indent:-1000px
}

.cs-active {
	background-color:#B8C4CF;
	color:#FFF
	
}

.cs-title {
	width:950px;
	padding:5px;
	background-color: #000;
	color:#FFF;
	font-size:18px;
}
.cs-prev, .cs-next {
	background-color: #e11b22;
	color:#FFF;
	padding:10px 20px
}

.cs-prev:hover, .cs-next:hover {
	background-color: #e11b22;
	color:#FFF;
	
}




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