@CHARSET "UTF-8";
#page {
	width: 990px;
	margin: 0 auto;
}
#gamesHolder {
	width: 990px;
	border:1px solid #fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;
	border-top:none;
}
a {
	text-decoration: none;
}
.holder {
	padding: 17px 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #CCC;
}
.holder h2 {
	margin: 0;
	padding: 0px 0px 15px 0px;
}
.button a {
	background: #0B5B60;
	margin: 10px 100px;
	opacity: 1;
	outline: medium none;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 50px;
	background: #599BDC;
	background: -webkit-linear-gradient(top, #599BDC, #3072B3); /* webkit browsers */
	background:    -moz-linear-gradient(top, #599BDC, #3072B3); /* firefox 3.6+ */
	background:      -o-linear-gradient(top, #599BDC, #3072B3); /* opera */
	background:     -ms-linear-gradient(top, #599BDC, #3072B3); /* IE10 */
	background:         linear-gradient(top, #599BDC, #3072B3); /* css3 */
	border: 1px solid #518CC6;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.button a:hover {
	background: #3072B3;
	background: -webkit-linear-gradient(top, #3072B3, #599BDC); /* webkit browsers */
	background:    -moz-linear-gradient(top, #3072B3, #599BDC); /* firefox 3.6+ */
	background:      -o-linear-gradient(top, #3072B3, #599BDC); /* opera */
	background:     -ms-linear-gradient(top, #3072B3, #599BDC); /* IE10 */
	background:         linear-gradient(top, #3072B3, #599BDC); /* css3 */
	box-shadow: 0 0 3px #518CC6;
}
/** Coin Slider additional styles **/
.cs-buttons a {
	border-radius: 50%;
	background: #CCC;
	background: -webkit-linear-gradient(top, #CCCCCC, #F3F3F3); /* webkit browsers */
	background:    -moz-linear-gradient(top, #CCCCCC, #F3F3F3); /* firefox 3.6+ */
	background:      -o-linear-gradient(top, #CCCCCC, #F3F3F3); /* opera */
	background:     -ms-linear-gradient(top, #CCCCCC, #F3F3F3); /* IE10 */
	background:         linear-gradient(top, #CCCCCC, #F3F3F3); /* css3 */
}
a.cs-active {
	background: #599BDC;
	background: -webkit-linear-gradient(top, #599BDC, #3072B3); /* webkit browsers */
	background:    -moz-linear-gradient(top, #599BDC, #3072B3); /* firefox 3.6+ */
	background:      -o-linear-gradient(top, #599BDC, #3072B3); /* opera */
	background:     -ms-linear-gradient(top, #599BDC, #3072B3); /* IE10 */
	background:         linear-gradient(top, #599BDC, #3072B3); /* css3 */
	border-radius: 50%;
	box-shadow: 0 0 3px #518CC6;
	border: 1px solid #3072B3 !important;
}
