﻿body {
	font-family: "微軟正黑體","Segoe UI Semibold","Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	width:100%;
	height:100%;
	margin: 0px;
	background-color: #000000;
	font-size:12px;
	color:#fff;
}

a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

#loadingBox {
	position:fixed;
	width:100%;
	height:100%;
	z-index:5000;
	display:none;
}
#loadingBoxBg {
	position:absolute;
	width:100%;
	height:100%;
    margin-top:-15px;
	background-color:#000000;
}
#loadingP1 {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	height:160px;
	margin:-80px 0 0 -80px;
	background-image:url(../images/loading_p1.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:5002;
}
#loadingP2 {
	position:absolute;
	top:50%;
	left:50%;
	width:180px;
	height:180px;
	margin:-90px 0 0 -90px;
	background-image:url(../images/loading_p2.gif);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:5001;
}
#loadingBox2 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:5000;
	display:none;
}
#loadingBoxBg2 {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#loadingP3 {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	height:160px;
	margin:-80px 0 0 -80px;
	background-image:url(../images/loading_p3.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:5001;
}
#lightBox {
	position:fixed;
	width:100%;
	height:100%;
	z-index:3000;
	display:none;
}
#lightBoxBg {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#videoBg {
	position:absolute;
	top:50%;
	left:50%;
	width:757px;
	height:467px;
	margin:-260px 0 0 -375px;
	background-image:url(../images/videoBg.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:3001;
}
#videoContent {
	position:absolute;
	top:50%;
	left:50%;
	width:640px;
	height:390px;
	margin:-195px 0 0 -362px;
	z-index:3004;
}
#videoShareBtn {
	position:absolute;
	top:50%;
	left:50%;
	width:121px;
	height:121px;
	margin:-70px 0 0 290px;
	background-image:url(../images/videoShareBtn.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:3003;
}
#videoShareBtn:hover {
	background-image:url(../images/videoShareBtn_over.png);
}
#videoCloseBtn {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin:-200px 0 0 305px;
	background-image:url(../images/videoCloseBtn.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:3003;
}
#videoCloseBtn:hover {
	background-image:url(../images/videoCloseBtn_over.png);
}

#container {
	position:relative;
	width:100%;
	min-width:1280px;
	max-width:2000px;
	height:660px;
	margin:0 auto;
	background-image:url(../images/default_background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#containerNB {
	position:relative;
	width:100%;
	min-width:1000px;
	max-width:2000px;
	height:750px;
	margin:0 auto;
	background-image:url(../images/default_nb_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#containerProduct {
	position:relative;
	width:100%;
	min-width:1024px;
	max-width:2000px;
	height:630px;
	margin:0 auto;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#containerLogin {
	position:relative;
	width:100%;
	min-width:1024px;
	max-width:2000px;
	height:760px;
	margin:0 auto;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#containerRule {
	position:relative;
	width:100%;
	min-width:1224px;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	background-image:url(../images/background3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#containerGame {
	position:relative;
	width:100%;
	min-width:1280px;
	max-width:2000px;
	height:720px;
	margin:0 auto;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#containerNews {
	position:relative;
	width:100%;
	min-width:1280px;
	max-width:2000px;
	height:1010px;
	margin:0 auto;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#fbBtn {
	position:absolute;
	top:20px;
	right:20px;
	width:45px;
	height:45px;
	background-image:url(../images/fbBtn.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
	cursor: pointer;
}
#fbBtn:hover {
	background-image:url(../images/fbBtn_over.png);
}
#logo1 {
	position:absolute;
	top:20px;
	left:20px;
	width:110px;
	height:60px;
	background-image:url(../images/logo1.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
    display:none;
}
#logo2 {
	position:absolute;
	top:20px;
	left:140px;
	width:168px;
	height:60px;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
    display:none;
}
#logo3 {
	position:absolute;
	bottom:20px;
	left:20px;
	width:90px;
	height:35px;
	background-image:url(../images/logo3.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
    display:none;
}
#logo4 {
	position:absolute;
	bottom:20px;
	left:120px;
	width:35px;
	height:30px;
	background-image:url(../images/logo4.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
    display:none;
}
#logo_asus {
	position:absolute;
	top:10px;
	left:20px;
	width:120px;
	height:75px;
	z-index:1000;
    cursor:pointer;
    background:url(../images/logo_asus.png) no-repeat 0 0;
}
#titleProduct {
	position:absolute;
	top:30px;
	left:50%;
	width:308px;
	height:51px;
	margin:0 0 0 -154px;
	background-image:url(../images/product_title.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#titleRule {
	position:relative;
	width:612px;
	height:47px;
	margin:0 auto;
	padding-top:30px;
	background-image:url(../images/rule_title.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#titleLogin{
	position:relative;
	width:320px;
	height:66px;
	margin:0 auto;
	padding-top:30px;
	background-image:url(../images/login_title.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#titleGame {
	position:absolute;
	top:30px;
	left:50%;
	width:330px;
	height:100px;
	margin:0 0 0 -165px;
	background-image:url(../images/game_title.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
}
#titleNews {
	position:absolute;
	top:30px;
	left:50%;
	width:220px;
	height:60px;
	margin:0 0 0 -110px;
	background-image:url(../images/news_title.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
}

.default_product1 {
    position:absolute;
    left:50%;
    top:200px;
    width:440px;
    height:325px;
    margin:0 0 0 -220px;
    background:url(../images/default_product1.png) no-repeat 0 0;
}
.default_product2 {
    position:absolute;
    left:50%;
    top:200px;
    width:440px;
    height:325px;
    margin:0 0 0 -220px;
    background:url(../images/default_product2.png) no-repeat 0 0;
    display:none;
}
.default_product3 {
    position:absolute;
    left:50%;
    top:200px;
    width:440px;
    height:325px;
    margin:0 0 0 -220px;
    background:url(../images/default_product3.png) no-repeat 0 0;
    display:none;
}

#navDefault{
	position:absolute;
	bottom:0px;
	left:50%;
    margin:0 0 0 -505px;
	width:1010px;
	height:170px;
}
#navBar{
	position:absolute;
	bottom:0px;
	left:50%;
    margin:0 0 0 -505px;
	width:1010px;
	height:100px;
	z-index:1999;
}
#navBarFixed{
	position:fixed;
	bottom:0px;
	left:50%;
    margin:0 0 0 -505px;
	width:1010px;
	height:100px;
}
#ruleContent{
	position:relative;
	width:835px;
	height:auto;
	margin:0 auto;
}

#productBox1{
	width:270px;
	height:306px;
	margin:-180px 0 0 -600px;
	z-index:100;
}
#productBox2{
	width:360px;
	height:408px;
	margin:-220px 0 0 -470px;
	z-index:200;
}
#productBox3{
	width:430px;
	height:487px;
	margin:-255px 0 0 -225px;
	z-index:300;
}
#productBox4{
	width:360px;
	height:408px;
	margin:-220px 0 0 100px;
	z-index:200;
}
#productBox5{
	width:270px;
	height:306px;
	margin:-180px 0 0 350px;
	z-index:100;
}
#productBox6{
	width:430px;
	height:487px;
	margin:-255px 0 0 -225px;
	z-index:100;
}
#productBox7{
	width:430px;
	height:487px;
	margin:-255px 0 0 -225px;
	z-index:100;
}
#productBox8{
	width:430px;
	height:487px;
	margin:-255px 0 0 -225px;
	z-index:100;
}
#productBox9{
	width:430px;
	height:487px;
	margin:-255px 0 0 -225px;
	z-index:100;
}
.productBox{
	position:absolute;
	top:50%;
	left:50%;
	width:430px;
	height:487px;
	margin:-255px 0 0 -225px;
	z-index:100;
}
.productMask{
	position:absolute;
	top:10%;
	left:11%;
	width:77%;
	height:80%;
	overflow:hidden;
}
.productSlide{
	position:absolute;
	width:100%;
	height:200%;
	line-height:0px;
	font-size:0;
}
.productSlide img {
	width:100%;
	height:auto;
}
.productBg1{
	position:absolute;
	top:5%;
	left:4%;
	width:92%;
	height:94%;
	line-height:0px;
	font-size:0;
}
.productBg1 img {
	width:100%;
	height:auto;
}
.productBg2{
	position:absolute;
	top:1%;
	left:0;
	width:99%;
	height:99%;
	line-height:0px;
	font-size:0;
	display:none;
	
}
.productBg2 img {
	width:100%;
	height:auto;
}
#productBtnPrev {
	position:absolute;
	top:450px;
	left:50%;
	margin:0 0 0 -595px;
	width:95px;
	height:95px;
	background-image:url(../images/product_btnPrev.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
	z-index:500;
}
#productBtnPrev:hover {
	background-image:url(../images/product_btnPrev_over.png);
}
#productBtnNext {
	position:absolute;
	top:450px;
	left:50%;
	margin:0 0 0 500px;
	width:95px;
	height:95px;
	background-image:url(../images/product_btnNext.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
	z-index:500;
}
#productBtnNext:hover {
	background-image:url(../images/product_btnNext_over.png);
}
#loginForm {
	position:absolute;
	top:90px;
	left:50%;
	margin:0 0 0 -362px;
	width:725px;
	height:601px;
	background-image:url(../images/login_form_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#loginBtn {
	position:absolute;
	top:105px;
	left:340px;
	width:90px;
	height:20px;
	cursor: pointer;
}
.loginBtnBg {
	width:100%;
	height:100%;
}
.loginInput1 input {
	padding:0;
	margin:0;
	width:360px;
	height:30px;
	border:0px;
	color:#666666;
	font-size:15px;
}
.loginInput2 input {
	padding:0;
	margin:0;
	width:150px;
	height:30px;
	border:0px;
	color:#666666;
	font-size:15px;
}
#loginInputMail {
	position:absolute;
	top:143px;
	left:165px;
}
#loginInputPassword {
	position:absolute;
	top:188px;
	left:165px;
}
#loginInputPsdcheck {
	position:absolute;
	top:233px;
	left:165px;
}
#loginInputLastName {
	position:absolute;
	top:278px;
	left:165px;
}
#loginInputFirstName {
	position:absolute;
	top:278px;
	left:375px;
}
#loginInputCountry {
	position:absolute;
	top:323px;
	left:165px;
	width:360px;
	height:30px;
	color:#333333;
	font-size:15px;
	background-color:#b5b5b5;
}
#loginInputCountry span {
	display:block;
	padding:3px 0 0 10px;
}
#loginAgreeLaw {
	position:absolute;
	top:375px;
	left:85px;
}
#loginAgreeEdm {
	position:absolute;
	top:422px;
	left:85px;
}
#privacyBtn1 {
	position:absolute;
	top:378px;
	left:228px;
	width:70px;
	height:15px;
	cursor: pointer;
}
#privacyBtn2 {
	position:absolute;
	top:378px;
	left:345px;
	width:85px;
	height:15px;
	cursor: pointer;
}
#privacyBtn3 {
	position:absolute;
	top:378px;
	left:560px;
	width:70px;
	height:15px;
	cursor: pointer;
}
#privacyBtn4 {
	position:absolute;
	top:396px;
	left:218px;
	width:85px;
	height:15px;
	cursor: pointer;
}
#regBtn {
	position:absolute;
	top:440px;
	left:280px;
	width:136px;
	height:136px;
	background-image:url(../images/login_btn1.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
}
#regBtn:hover {
	background-image:url(../images/login_btn1_over.png);
}
.gameBG {
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	opacity: 1;
	filter: alpha(opacity=100);
}
#gameBG1 {
	background-image:url(../images/game_bg1.jpg);
}
#gameBG2 {
	background-image:url(../images/game_bg2.jpg);
}
#gameBG3 {
	background-image:url(../images/game_bg3.jpg);
}
#gameBG4 {
	background-image:url(../images/game_bg4.jpg);
}
#gameBG5 {
	background-image:url(../images/game_bg5.jpg);
}
#gameBG6 {
	background-image:url(../images/game_bg6.jpg);
}
#gameBG7 {
	background-image:url(../images/game_bg7.jpg);
}
#gameBG8 {
	background-image:url(../images/game_bg8.jpg);
}
#gameBG9 {
	background-image:url(../images/game_bg9.jpg);
}

#pageHeroBtn {
	position:absolute;
	width:100%;
	height:100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.gameHeroBtn {
	position:absolute;
	top:50%;
	left:50%;
	width:165px;
	height:180px;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1000;
	cursor: pointer;
}
#gameHeroBtn1 {
	margin:-160px 0 0 -490px;
	background-image:url(../images/game_heroBtn1.png);
}
#gameHeroBtn1:hover {
	background-image:url(../images/game_heroBtn1_over.png);
}
#gameHeroBtn2 {
	margin:-175px 0 0 -320px;
	background-image:url(../images/game_heroBtn2.png);
}
#gameHeroBtn2:hover {
	background-image:url(../images/game_heroBtn2_over.png);
}
#gameHeroBtn3 {
	margin:-180px 0 0 -150px;
	background-image:url(../images/game_heroBtn3.png);
}
#gameHeroBtn3:hover {
	background-image:url(../images/game_heroBtn3_over.png);
}
#gameHeroBtn4 {
	margin:-175px 0 0 20px;
	background-image:url(../images/game_heroBtn4.png);
}
#gameHeroBtn4:hover {
	background-image:url(../images/game_heroBtn4_over.png);
}
#gameHeroBtn5 {
	margin:-160px 0 0 190px;
	background-image:url(../images/game_heroBtn5.png);
}
#gameHeroBtn5:hover {
	background-image:url(../images/game_heroBtn5_over.png);
}
#gameHeroBtn6 {
	margin:25px 0 0 -420px;
	background-image:url(../images/game_heroBtn6.png);
}
#gameHeroBtn6:hover {
	background-image:url(../images/game_heroBtn6_over.png);
}
#gameHeroBtn7 {
	margin:10px 0 0 -250px;
	background-image:url(../images/game_heroBtn7.png);
}
#gameHeroBtn7:hover {
	background-image:url(../images/game_heroBtn7_over.png);
}
#gameHeroBtn8 {
	margin:10px 0 0 -80px;
	background-image:url(../images/game_heroBtn8.png);
}
#gameHeroBtn8:hover {
	background-image:url(../images/game_heroBtn8_over.png);
}
#gameHeroBtn9 {
	margin:25px 0 0 90px;
	background-image:url(../images/game_heroBtn9.png);
}
#gameHeroBtn9:hover {
	background-image:url(../images/game_heroBtn9_over.png);
}

#pageHeroInfo {
	position:absolute;
	width:100%;
	height:100%;
    overflow:hidden;
}
#gameUserNameBox {
	position:absolute;
	top:30px;
	left:50%;
	height:60px;
	margin:0 0 0 -200px;
}
#gameUserName {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	height:60px;
	display:inline-block;
}
#gameUserNameTitle {
	width:215px;
	height:60px;
	background-image:url(../images/game2_title.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	display:inline-block;
}
#gameHeroImgBox {
	position:absolute;
	top:85px;
	left:50%;
	width:450px;
	height:500px;
	margin:0 0 0 -600px;
	z-index:1000;
}
#gameHeroImgBG{
	position:absolute;
	top:0;
	left:0;
	width:450px;
	height:500px;
	background-image:url(../images/game2_BG1.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:500;
}
#gameHeroImg {
	position:absolute;
	top:43px;
	left:53px;
	width:335px;
	height:400px;
	background-image:url(../images/game2_heroImg1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#gameHeroInfoBox {
	position:absolute;
	top:100px;
	left:50%;
	width:760px;
	height:460px;
	margin:0 0 0 -250px;
	z-index:500;
}
#gameHeroInfo {
	position:absolute;
	top:32px;
	left:45px;
	width:670px;
	height:390px;
	background-image:url(../images/game2_heroInfo1.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	z-index:500;
}
#gameHeroInfoBG {
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:460px;
	background-image:url(../images/game2_BG2.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#gameSharebtnText {
	position:absolute;
	top:530px;
	left:50%;
	margin:0 0 0 270px;
	width:207px;
	height:26px;
	background-image:url(../images/game2_share_text.png);
	background-repeat:no-repeat;
	background-position:left center;
	z-index:600;
}
#gameShareBtn {
	position:absolute;
	top:430px;
	left:50%;
	margin:0 0 0 465px;
	width:155px;
	height:150px;
	background-image:url(../images/game2_shareBtn.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:600;
	cursor: pointer;
}
#gameShareBtn:hover {
	background-image:url(../images/game2_shareBtn_over.png);
}
#gameText {
	position:absolute;
	top:565px;
	left:220px;
	width:622px;
	height:95px;
	background-image:url(../images/product_text.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
	z-index:500;
}
#newsBox {
	position:absolute;
	top:100px;
	left:50%;
	width:1024px;
	height:580px;
	margin:0 0 0 -512px;
	background-image:url(../images/news_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#newsBox2 {
	position:absolute;
	top:640px;
	left:50%;
	width:1010px;
	height:293px;
	margin:0 0 0 -505px;
	background:url(../images/new_winner.png) no-repeat 0 0;
}
.newsBtnPrevStop {
	position:absolute;
	top:50%;
	left:50%;
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
    background-image:url(../images/news_prevBtn_stop.png);
	z-index:1000;
}
.newsBtnNextStop {
	position:absolute;
	top:50%;
	left:50%;
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
    background-image:url(../images/news_nextBtn_stop.png);
	z-index:1000;
}
.newsBtnPrev {
	position:absolute;
	top:50%;
	left:50%;
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
    background-image:url(../images/news_prevBtn.png);
	z-index:1000;
	cursor: pointer;
}
.newsBtnPrev:hover {
    background-image:url(../images/news_prevBtn_over.png);
}
.newsBtnNext {
	position:absolute;
	top:50%;
	left:50%;
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
    background-image:url(../images/news_nextBtn.png);
	z-index:1000;
	cursor: pointer;
}
.newsBtnNext:hover {
    background-image:url(../images/news_nextBtn_over.png);
}
#newsProduct_BtnPrev {
	margin:-267px 0 0 0;
}
#newsProduct_BtnNext {
	margin:-267px 0 0 40px;
}
#newsVideo_BtnPrev {
	margin:-267px 0 0 380px;
}
#newsVideo_BtnNext {
	margin:-267px 0 0 420px;
}
#newsGame_BtnPrev {
	margin:-5px 0 0 0;
}
#newsGame_BtnNext {
	margin:-5px 0 0 40px;
}
#newsEvent_BtnPrev {
	margin:7px 0 0 380px;
}
#newsEvent_BtnNext {
	margin:7px 0 0 420px;
}
#newsProductMask{
    position:absolute;
    top:60px;
    left:45px;
    width:545px;
    height:195px;
    overflow:hidden;
	cursor: pointer;
}
#newsProductSilde {
    position:absolute;
    width:1000%;
    height:100%;
}
.newsProductBox {
    position:relative;
    float:left;
    width:10%;
    height:100%;
}
.newsProductImg {
    position:absolute;
    top:2px;
    left:2px;
}
.newsProductTitle {
    position:absolute;
    top:15px;
    left:205px;
    width:300px;
    height:70px;
    font-size:24px;
    color:#fff;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#fff;
}
.newsProductText {
    position:absolute;
    top:90px;
    left:205px;
    width:300px;
    height:100px;
    font-size:13px;
    line-height:18px;
    color:#eee;
}
#newsVideoMask{
    position:absolute;
    top:69px;
    left:635px;
    width:328px;
    height:195px;
    overflow:hidden;
	cursor: pointer;
}
#newsVideoSilde {
    position:absolute;
    width:1000%;
    height:100%;
}
.newsVideoBox {
    position:relative;
    float:left;
    width:10%;
    height:100%;
}
.newsVideoName {
    position:absolute;
    left:15px;
    top:5px;
    font-size:13px;
    color:#fff;
}
.newsVideoBox img {
    margin:8px 0 0 4px;
}
#newsGameImgMask{
    position:absolute;
    top:330px;
    left:46px;
    width:210px;
    height:180px;
    overflow:hidden;
	cursor: pointer;
}
#newsGameImgSilde {
    position:absolute;
    width:100%;
    height:100%;
}
.newsGameImgBox {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.newsGameImgBox img {
    margin:0 0 0 3px;
}
#newsGameContentMask{
    position:absolute;
    top:330px;
    left:268px;
    width:315px;
    height:195px;
    overflow:hidden;
	cursor: pointer;
}
#newsGameContentSilde {
    position:absolute;
    width:1000%;
    height:100%;
}
.newsGameContentBox {
    position:relative;
    float:left;
    width:10%;
    height:100%;
}
.newsGameTitle {
    position:relative;
    width:300px;
    font-size:15px;
    line-height:22px;
    color:#fff;
    font-weight:bold;
    padding:5px 0 10px 0;
    margin:0 5px 0 5px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#fff;
}
.newsGameText {
    position:relative;
    width:300px;
    font-size:13px;
    line-height:18px;
    color:#a0c7d5;
    padding:10px 0 5px 0;
    margin:0 5px 0 5px;
}
#newsEventMask{
    position:absolute;
    top:335px;
    left:630px;
    width:335px;
    height:180px;
    overflow:hidden;
	cursor: pointer;
}
#newsEventSilde {
    position:absolute;
    width:1000%;
    height:100%;
}
.newsEventBox {
    position:relative;
    width:10%;
    height:100%;
    float:left;
}
.newsEventImg {
    position:absolute;
    top:15px;
    right:2px;
}
.newsEventTitle {
    position:relative;
    width:200px;
    font-size:15px;
    font-weight:bold;
    line-height:21px;
    color:#66c7ff;
    padding:30px 0 15px 0;
    margin:0 10px 0 10px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#fff;
    z-index:500;
}
.newsEventText {
    position:relative;
    width:200px;
    font-size:13px;
    color:#fff;
    padding:5px 0 15px 0;
    margin:0 10px 0 10px;
    z-index:500;
}
#nb_logo1 {
	position:absolute;
	top:30px;
	left:30px;
	width:140px;
	height:48px;
	background:url(../images/default_nb_logo1.png) no-repeat 0 0;
}
#nb_logo2 {
	position:absolute;
	top:50px;
	right:30px;
	width:148px;
	height:83px;
	background:url(../images/default_nb_logo2.png) no-repeat 0 0;
}
#nb_logo3 {
	position:absolute;
	bottom:30px;
	left:30px;
	width:368px;
	height:90px;
	background:url(../images/default_nb_logo3.png) no-repeat 0 0;
}
#nb_logo4 {
	position:absolute;
	bottom:30px;
	right:30px;
	width:126px;
	height:87px;
	background:url(../images/default_nb_logo4.png) no-repeat 0 0;
}
#nb_logo5 {
	position:absolute;
	bottom:30px;
	right:30px;
	width:78px;
	height:110px;
	background:url(../images/default_nb_logo5.png) no-repeat 0 0;
}
#nb_tagline {
	position:absolute;
	top:15px;
	right:30px;
	font-size:14px;
	font-weight:bold;
}
#nb_btn {
	position:absolute;
	top:410px;
	left:50%;
	margin:0 0 0 -430px;
	width:412px;
	height:127px;
	background:url(../images/default_nb_btn.png) no-repeat 0 0;
	cursor:pointer;
}
#nb_btn:hover {
	background:url(../images/default_nb_btn_over.png) no-repeat 0 0;
}