.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { display: none; }
.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: #FFFFFF; }

.cs-title{
	width: 960px;
	position: absolute;
	z-index: 8;
	top: 20%; 
	left: 50%;
	margin-left: -480px;
	color: #FFF;
	text-align: center;
}

.cs-prev, .cs-next{
	width: 60px;
	height: 60px;
	background-image: url(/images/navig.png);
	z-index: 8;
}

.cs-prev{
	background-position: left top;
	left: 50%;
	margin-left: -600px;
}
.cs-next{
	background-position: right top;
	right: 50%;
	margin-right: -600px;
}
.cs-prev:hover{
	background-position: left bottom;
}
.cs-next:hover{
	background-position: right bottom;
}
