#games-title {
	display: block;
	position: absolute;
	top: 21px;
	left: 58px;
}

#games-title-line {
	display: block;
	position: absolute;
	top: 58px;
	left: 59px;
}

#games-share {
	position: absolute;
	top: 19px;
	right: 59px;
}

/**
 * Game browsers & game
 */
#games-browser {
	width: 865px;
	height: 341px;
	margin: 0 auto;
	/* left: 62px; for testing _bg.jpg */
	position: relative;
	top: 24%;
}

#games-browser * {
	filter: inherit;
}

#games-browser-background {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#games-browser-inner {
	width: 748px;
	height: 425px;
	position: absolute;
	overflow: hidden;
	top: 70px;
	left: 59px;
}

#games-browser-inner ul {
	width: 748px;
	height: 270px;
}


#games .game {
	width: 240px;
	height: 181px;
	float: left;
	margin-right: 14px;
	position: relative;
	font-size: 13px;
	color: #e1e1e1;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	line-height: 1.55em;
}

#games .game .title {
	padding: 7px 0 5px 0;
	text-align: center;
}

#games .game .title img {
	display: inline-block;
	vertical-align: middle;
}

#games .game img {
	display: block;
}

/**
 * Next & prev
 */
#games-next {
	width: 28px;
	height: 39px;
	display: block;
	top: 142px;
	left: 823px;
	position: absolute;
	display: none !important;
}

#games-prev {
	display: none;
	width: 28px;
	height: 39px;
	top: 142px;
	left: 19px;
	position: absolute;
	display: none !important;
}

#games .game.last {
	margin-right: 0;
}

#games .game.coming-soon img.thumb {
	border: solid 2px #1f1f1f;
}

#games .game a {
	border: solid 2px #1f1f1f;
	display: block;
	
	-webkit-transition-property: border;
  -webkit-transition-duration: 0.3s;
	-moz-transition-property: border;
  -moz-transition-duration: 0.3s;
	transition-property: border;
  transition-duration: 0.3s;
}

html.desktop #games .game a:hover,
html.mobile #games .game a:active {
	border: solid 2px #9c0004;
}

