/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a {

	margin-right: 4px;
	height: 10px;
	width: 10px;
	float: left;
	color: #6D6D6D;
	background-color: #6D6D6D;
	text-indent: -1000px;
}
.cs-active {
	background-color: #522D63 !important;
	color: #522D63;
}
/*#522D63*/
.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev  {
	background-image: url(arrleft.png);
	background-repeat: no-repeat;
	height:58px;
	width:25px;
	background-position: 0px top;
	margin-top:-10px;
} 
.cs-next {
	background-image: url(arrright.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	height:58px;
	width:25px;
	margin-top:-10px;
}
#games {
	margin:auto;
	width:998px;
	border:#9b9b9b 1px solid;
}
#sl-bg {
	height:322px;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center 282px;
}
