#gamesContent {
	padding-bottom: 55px;
	background-image: url('../graphics/dbarbarian1_gamesContentBg.jpg');
}
.featureGame {
	position: relative;
	width: 470px;
	height: 260px;
	margin: 0 auto;
	text-align: left;
	background-image: url('../graphics/dbarbarian1_featureGameBg.png');
	background-repeat: no-repeat;
	z-index: 1;
}
.featureGame .featureGameList {
	position: absolute;
	top: 150px;
	left: 250px;
	z-index: 2;
}
.featureGame .playTab {
	top: 231px;
	left: 49.5px;
	width: 371px;
	background-image: url('../graphics/dbarbarian1_featuredGamePlayTab.png');
}
.gameRow {
	width: 700px;
	margin: 0 auto;
}
.game {
	position: relative;
	width: 349px;
	height: 180px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
	background-image: url('../graphics/dbarbarian1_gameBg.png');
	background-repeat: no-repeat;
	z-index: 1;
}
.game img {
	position: absolute;
	top: 45px;
	left: 40px;
	width: 100px;
	height: 100px;
	border: 1px solid white;
}
.game .gameList {
	position: absolute;
	top: 55px;
	left: 145px;
	font-size: 11px;
	z-index: 2;
}
.game .playTab {
	top: 162px;
	left: 34.5px;
	width: 280px;
	background-image: url('../graphics/dbarbarian1_gamePlayTab.png');
}
.gameRow {
	clear: both;
}
.titleTxt {
	font-size: 12px;
}
.playTab {
	position: absolute;
	height: 65px;
	text-align: center;
	background-repeat: no-repeat;
}
.playTab a {
	position: relative;
	top: 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.playTab a:hover {
	color: #cccccc;
}
object {
	margin: 0 auto;
	padding: 0;
}