body{
	margin:0px;
}

.mainContainer{
	width:360px;
	height:350px;
	overflow:hidden;
	display:none;
}
.mainContainer *{
	text-decoration:none;
}
.center{
	margin-left:auto;
	margin-right:auto;
}

.arrowLeft{
	width:15px;
	height:15px;
	float:left;
	overflow:hidden;
	margin-top:55px;
	margin-left:5px;
	display:inline;
	cursor:pointer;
}

.arrowRight{
	width:15px;
	height:15px;
	float:right;
	overflow:hidden;
	margin-top:55px;
	margin-right:5px;
	cursor:pointer;	
}
		
.myGamesContainer{
	width:347px;
	height:180px;
	overflow:hidden;
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/body/gamesComponents/myGames/backgroundStripe.gif);
	background-repeat:repeat-y;
}

.gamesContainer{
	width:300px;
	height:140px;
	float:left;
}

.myGamesHeader{
	width:347px;
	height:35px;
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/body/gamesComponents/myGames/myGamesheader.gif);
	background-repeat:no-repeat;
	clear:both;
}

.gameContainer{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/body/gamesComponents/myGames/gameBackground.gif);
	background-repeat:no-repeat;
	width:84px;
	height:130px;
	overflow:hidden;
	margin-top:10px;
	margin-left:14px;
	float:left;
	display:inline;
}

.myGamesGameImage{
	margin-left:4px;
	margin-top:3px;
	border:0px;
	vertical-align:top;	
}

.myGamesGameName{
	width:100%;
	height:38px;
	overflow:hidden;
	font-family:Arial;
	font-size:12px;
	color:#006a9f;
	text-align:center;
	cursor:pointer;
	margin-top:4px;
	text-decoration:none;
}
a.myGamesGameName{
	text-decoration:none;	
}

.youMayContainer{
	width:347px;
	height:168px;
	background-color:#FFFFFF;
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/body/gamesComponents/myGames/backgroundStripe.gif);
	border-bottom:1px solid #cccccc;
	clear:both;
}

.youMayHeader{
	width:347px;
	height:33px;
	overflow:hidden;
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/body/gamesComponents/myGames/youMayHeader.gif);
	background-repeat:no-repeat;
	clear:both;
}

.youMaySpacer{
	width:20px;
	height:120px;
	float:left;
				
}