/*= GAMES
----------------------------------- */
#Content > h1 {
	font-family: 'ZurichBdXCnBTBold',Arial,Verdana,Times New Roman,serif;
	font-size: 2.2em;
	height: auto;
	line-height: 150%;
	margin-bottom: 0.5em;
	text-shadow: 2px 0px white, 0px 2px white, -2px 0px white, 0px -2px white;
}

article.game {
	display: inline-block;
	width: 923px;
	height: 226px;
	background: #000;
	overflow: hidden;
	position: relative;
	margin: 0 10px -4px 10px;
}

article.game.right, article.game.centre {
	margin-right: 0;
}

article.game img {
	display: none;
}

article.game div {
	background: url(../img/why/index/hover_background.jpg) 0 0 no-repeat;
	display: inline-block;
	width: 230px;
	height: 167px;
	position: absolute;
	bottom: 0;
	right: -270px;
	overflow: hidden;
	padding: 20px;
	-webkit-transition: all 0.25s ease-in;
	-webkit-backface-visibility: hidden;
	transition: all 0.25s ease-in;
}

article.game div p {
	font-size: 0.8125em;
	line-height: 1.6em;
}

article.game:hover {
	cursor: pointer;
}

article.game:hover div {
    right: 0;
	-webkit-transition: all 0.20s ease-in;
	-webkit-backface-visibility: hidden;
	transition: all 0.20s ease-in ;
}

#Content article.game h1,
article#info h1
{
	background: none;
	height: auto;
	width: auto;
	text-indent: 0;
	color: #fff;
	font-size: 23px;
	font-family: 'ZurichBdXCnBTBold', Arial, Sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

#Content article.game h1 {
	text-shadow: none;
}

#Content p {
	margin-left: 20px;
}

#Content article.game p {
	text-shadow: none;
	margin-left: 0;
}

article.game p, article.game a:link, article.game a:visited, article.game a:focus, article.game a:active {
	color: #fff;
}

article.game img {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
}

article.game.right img, article.game.centre img {
	left: auto;
	right: 0;
}