.coin-slider {
	overflow: hidden; position: relative; zoom: 1;
}
.coin-slider a {
	border: currentColor; text-decoration: none;
}
.cs-buttons {
	padding: 10px; font-size: 0px; float: left;
}
.cs-buttons a {
	border: 1px solid rgb(184, 196, 207); width: 10px; height: 10px; color: rgb(184, 196, 207); text-indent: -1000px; margin-left: 5px; float: left;
}
.cs-active {
	color: rgb(255, 255, 255); background-color: rgb(184, 196, 207);
}
.cs-title {
	padding: 10px;
	width: 545px;
	color: rgb(255, 255, 255);
	background-color: #FFF;
}
.cs-prev {
	padding: 0px 10px;
	color: rgb(255, 255, 255);
	background-color: #f89428;
	font-family: 'Quattrocento Sans', Sans;

}
.cs-next {
	padding: 0px 10px;
	color: rgb(255, 255, 255);
	background-color: #f89428;
	font-family: 'Quattrocento Sans', Sans;

}
