.coin-slider { overflow: hidden; zoom: 1; position: relative; float:left; }
.coin-slider a{ text-decoration: none; outline: none; }

.cs-buttons { display:none;  margin-top:0px; font-size: 0px; }
.cs-buttons a { 
	margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; 
	color: #B8C4CF; text-indent: -1000px; border-radius:5px; 
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	-ms-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;	 
}
.cs-buttons a:hover { 
	float:left; height:10px; width:10px; margin-left:5px; background-color:#477A01; 
	border: 1px solid #B8C4CF; color:#B8C4CF; text-indent:-1000px; border-radius:5px; 
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	-ms-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;	 
}
.cs-active { background-color: #477A01; color: #FFFFFF; }

.cs-title { width: 580px; padding: 10px; background-color: #477A01; color: #FFF; }

.cs-prev, .cs-next { 
	font-weight:bold; background: #FCAB1B; color: #262777; padding: 5px 10px; 
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	-ms-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}

.cs-prev:hover, .cs-next:hover { 
	background: #262777; color: #fff; padding: 5px 10px; 
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	-ms-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}


