#all-games-wrapper {
	width: 100%;
	background-color: white;
	margin-bottom: -30px;
	overflow: auto;
}
#all-games-wrapper #see-all-games {
	border-bottom: 1px #adadad solid;
	text-align: center;			
}
#all-games-wrapper #see-all-games-header {
	font: normal 35px/100px "avenir-next-rounded-std-med", arial, helvetica, sans-serif;
	color: black;
	cursor: pointer;
	text-transform: uppercase;
	vertical-align: middle;
}
#all-games-wrapper #see-all-games-header:hover {
	font-size: 40px;
}
#all-games-wrapper #total-games-number {
	color: #00aeef;
}
#all-games-wrapper #down-arrow {
	width: 19px;
	height: 12px;
	display: inline-block;
	background-position: -3px -76px;
	margin-left: 5px;
	vertical-align: 5px;
}
#all-games-wrapper #all-games-tray {
	display: block;
	margin: 10px auto 67px; 
	overflow: auto; /* clear fix */
	padding: 0 15px;     
	width: 930px;
}
#all-games-wrapper #all-games-tray.hidden {
	display: none;
}
#all-games-wrapper #all-games-tray .all-games-column {
	float: left;
	width: 33.3%;
}
#all-games-wrapper #column-wrapper {
	overflow: auto; /* clear fix */
}
#all-games-wrapper .propertyGamesWrapper {
	margin-top: 40px;
}
#all-games-wrapper .propertyGamesWrapper .propertyTitle {
	display: block;
	font: normal 23px/30px "avenir-next-rounded-std-med", arial, helvetica, sans-serif;
	color: black;
	max-width: 90%;
	text-transform: uppercase;
}
#all-games-wrapper .propertyGamesWrapper .gameLink {
	color: #293a7a;
	display: block;
	font: normal 16px Arial, helvetica, sans-serif;
	margin: 8px 0;
	max-width: 90%;
}
#all-games-wrapper .propertyGamesWrapper .gameLink:hover {
	color: #00aeef;
}
#all-games-wrapper #all-games-tray #all-games-close {
	background-color: black;
	clear: both;
	color: white;
	cursor: pointer;
	font: normal 31px/61px "avenir-next-rounded-std-med", arial, helvetica, sans-serif;
	height: 61px;
	margin: 73px auto 0;
	text-align: center;
	width: 306px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#all-games-wrapper #all-games-tray #all-games-close:hover {
	background-color: #00aeef;
}