div#block-games-0 {
	margin-left: 11px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

div.games-showcase-container {
	display: block;
	width: 300px;
	height: 300px;
	background-color: #EBEBEB;
}

div.games-showcase-header {
	display: block;
	text-align: center;
}

p.games-showcase-header-img {
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 5px;
}

p.games-showcase-header-text {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}

div#games-showcase-content ul {
	display: block;
	text-align: center;
	padding-left: 0;
}

div#games-showcase-content ul li {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	list-style: none;
	margin-left: 12px;
	margin-right: 12px;
}

div#games-showcase-content ul li p.game-title {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

div.games-showcase-button {
	display: block;
	background-color: #464646;
	width: 200px;
	text-align: center;
	margin: 0 50px;
}

p.game-button {
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 5px 0;
}

p.game-button a {
	color: #FFFFFF;
	text-decoration: none;
}