/* 代码整理：懒人之家 lanrenzhijia.com */
.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	position:absolute;
	right:30px;
	bottom:20px;
	z-index:10000;
	font-size: 0px;
	padding: 0px;

}
.cs-buttons a {
	margin-left: 5px;
	height: 12px;
	width: 12px;
	display:block;
	float: left;
	font-size:0px;
	background:url(../images/bt.png) no-repeat;
}

.cs-buttons a:hover {
	
	background:url(../images/bt-on.png) no-repeat;
}

#cs-buttons-games .cs-active {
	width:12px;
	height:12px;
	display:block;
	background:url(../images/bt-on.png) no-repeat;
	color: #FFFFFF;
}
.cs-title {
	width: 545px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	width:0px; height:0px;
	font-size:0px;
	overflow:hidden;
}
