.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-left: -10px;
	float: left;
}
.cs-buttons a {
	margin-left: 5px;
	width: 30px;
	height: 31px;
	float: left;
	background: url(images/slide_p.png) no-repeat left top;
	color: #fff;

}
.cs-buttons a.cs-active {
	background: url(images/slide_a.png) no-repeat left top;
	color: #fff;
}
.cs-title {
	float: left;
	width: 900px;
	background: url(images/overlay.png) repeat left top;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
}
.cs-title small {
	font-size: 12px;
	line-height: 1.8em;
}
.cs-prev, .cs-next {
	background: url(images/overlay.png) repeat left top;
	color: #fff;

}
