#page {

	background:url(../images/banner_shadow.png) center 287px no-repeat; no-repeat;
	overflow:hidden;
	
}



#games{
	width:1000px;
	}


.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;
	float: left;
}
.cs-buttons a {
	height: 19px;
	width: 16px;
	float: left;
	margin-left:4px;
	text-indent: -1000px;
	background:url(../images/banner_active.png) center;
}

a.cs-active {
	background:url(../images/banner_un_active.png) center;
}

.cs-title {
	
	padding:10px;
	color: #001e43;
	font-family:arial;
	font-style:italic;
	font-size:30px;
}
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}

