/* ----- games ----- */
#gamesMainContent {
	display: none;
	opacity: 0;
	overflow: hidden;
	/*background: #000000;*/
}
.games-content-background {
	/*opacity: .35;*/
	width: 1544px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
}
.games-header {
	position: relative;
	padding-top: 5px;
	font-size: 40px;
	line-height: 42px;
	color: #ffffff;
}

.games-title {
	color: #b09e4f;
	font-size: 22px;
	padding: 0 0 5px;
	width: 245px;
	text-align: center;
	float: left;
}

.games-btn {
	width: 235px;
	height: 50px;
	position: absolute;
	right: 9px;
	bottom: 20px;
	cursor: pointer;
}

.games-play-btn {
	background-image: url(../images/games/games_play_btn.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #ffffff;
	padding: 13px 20px;
	font-size: 20px;
	float: left;
	text-align: center;
	min-width: 165px;
}

.games-play-btn:hover {
	color: #b09e4f;
}

.games-play-right, .games-play-left {
	float: left;
}

.games-scroll {
	position: absolute;
	line-height: 20px;
	font-size: 12px;
	width: 277px;
	left: 460px;
	top: 37px;
}

.games-scroll .viewport { font-size:13px; line-height: 17px; width: 260px; height: 260px; overflow: hidden; position: relative; }
.games-scroll .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; margin-right: 10px; }
.games-scroll .scrollbar{ background: transparent url(../images/story/info_box_scroller.png) no-repeat 0 0; position: absolute; background-position: 0 0; float: right; width: 40px; right: 0; }
.games-scroll .track { background: transparent no-repeat 0 100%; height: 100%; width:40px; position: relative; padding: 0 1px; }
.games-scroll .thumb { background: transparent url(../images/story/info_box_scrollerbar.png) no-repeat 50% 100%; height: 40px; width: 40px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
.games-scroll .thumb .end { background: transparent no-repeat 50% 0; overflow: hidden; height: 5px; width: 40px; }
.games-scroll .disable { display: none; }

.coming-soon .games-scroll .overview p {
	text-align: center;
	width: 257px;
}

.coming-soon .games-btn {
	display: none;
}

.games-content {
	position: absolute;
	top: 129px;
	left: 490px;
	width: 768px;
	height: 375px;
	background-image: url(../images/games/games_contentbox.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #ffffff;
	padding: 10px 30px 0px;
}

.games-image-container {
	overflow: hidden;
	width: 730px;
	height: 300px;
	position: absolute;
	top: 73px;
	left: 0px;
	margin-left: 45px;
}

.games-image {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	float: left;
	margin-right: 30px;
}

.games-prev {
	position: absolute;
	left: 5px;
	top: 180px;
	width: 28px;
	height: 43px;
	background: url(../images/shared/arrows_sprite.png) 0 0px no-repeat;
	cursor: pointer;
}

.games-next {
	position: absolute;
	right: 28px;
	top: 180px;
	width: 28px;
	height: 43px;
	background: url(../images/shared/arrows_sprite.png) -28px 0px no-repeat;
	cursor: pointer;
}

/*.games-image-container.twolinks .games-image {
	height: 262px;
	width: 350px;
}

.games-image-container.twolinks .games-title {
	width: 340px;
}

.games-image-container.twolinks .games-scroll {
	left: 420px;
}*/

.two-links-appstore {
	position: absolute;
	top: 210px;
	left: 450px;
	/*margin: 10px auto 0 auto;*/
	background: url(../images/games/games_download_btn_bg.png) 0 0 no-repeat;
	padding: 14px 5px 0px 5px;
	width: 270px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	cursor: pointer;
}

.two-links-googleplay {
	position: absolute;
	top: 250px;
	left: 450px;
	/*margin: 0px auto 0 auto;*/
	background: url(../images/games/games_download_btn_bg.png) 0 0 no-repeat;
	padding: 14px 5px 0px 5px;
	width: 270px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	cursor: pointer;
}

.two-links-appstore:hover, .two-links-googleplay:hover {
	color: #b09e4f;
}

.thumbnail-background {
	position: absolute;
	top: 499px;
	left: 0px;
	width: 1450px;
	height: 144px;
	background: url(../images/games/thumb_holder.jpg) 0 0 no-repeat;
}

.thumbnail-container {
	position: absolute;
	left: 210px;
	bottom: 25px;
	width: 870px;
	height: 132px;
	margin: 0 auto;
	padding: 10px 0px 0px;
}


.thumbnail-image {
	width: 162px;
	height: 100px;
	opacity: 0;
	display: none;
	cursor: pointer;
	border: solid 1px #b09e4f;
	float: left;
	margin: 0 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.thumbnail-image.current, .thumbnail-image.coming-soon {
	cursor: default;
}

.thumbnail-image.current .thumbnail-name {
	color: #b09e4f;
}

.thumbnail-images {
	margin: 0 auto;
}

.thumbnail-name {
	color: #726C54;
	text-align: center;
	font-size: 11px;
	padding-top: 1px;
	line-height: 11px;
}

.thumbnail-prev {
	position: absolute;
	top: 40px;
	left: 65px;
	width: 27px;
	height: 44px;
	background: url(../images/shared/arrows_sprite.png) 0 0 no-repeat;
	cursor: pointer;
}

.thumbnail-next {
	position: absolute;
	top: 40px;
	right: 65px;
	width: 27px;
	height: 44px;
	background: url(../images/shared/arrows_sprite.png) -27px 0 no-repeat;
	cursor: pointer;
}

