.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-left: 13px;
	
}

.coin-slider a {
	text-decoration: none;
	outline: 0;
	border: 0
}

.cs-buttons {
	font-size: 0;
	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: 545px;
	padding: 10px;
	background-color: #000;
	color: #fff;		
	
}

.cs-prev, .cs-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.cs-prev:hover, .cs-next:hover {
  background-color: rgba(0,0,0,0.8);
}

.cs-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}