/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Games Elements - Landing
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.gamesBank {
	width: 474px;
	height: 336px;
	left: 360px;
	top: 122px;
	position: absolute;
}

.gamesMarqueeMask {
	width: 474px;
	height: 280px;
	overflow: hidden;
	position: absolute;
}

.gamesMarqueeSlider {
	height: 280px;
	position: absolute;
}

.gamesMarqueeController {
	width: 474px;
	height: 36px;
	top: 300px;
	position: absolute;
	display: none;
}

.gamesMarqueeItemContainer {
	width: 474px;
	height: 280px;
	position: absolute;
}

.gamesMarqueeGlow {
	width: 486px;
	height: 292px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.gamesMarqueeImage {
	width: 474px;
	height: 280px;
	position: absolute;
}

.gamesMarqueeButton {
	display: none;
	position: absolute;
}

.gamesClickDiv {
	width: 474px;
	height: 280px;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0.0;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.gamesPaginationButton {
	width: 30px;
	height: 36px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	*cursor: hand;
	zoom: 1;
	*display: inline;
}

.gamesPaginationArrow {
	position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Games Elements - Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.gameContainer {
	width: 650px;
	height: 432px;
	top: 174px;
	left: 336px;
	background-color: #000;
	position: absolute;
	display: none;
}

#memoryGameWithDory {
	
}

#cruisinWithCrush {

}

.gameFailoverImage {
	width: 650px;
	height: 432px;
	position: absolute;
}

.gameWrapper {
	width: 650px;
	height: 432px;
	position: absolute;
	overflow: hidden;
}

.gameWrapperGlow {
	width: 662px;
	height: 444px;
	left: -6px;
	top: -4px;
	position: absolute;
}

