/* Game CSS */
#GamePosition {
	display: none;
	position: absolute;
	width: 1080px;
	height: 808px;

    background: var(--position) no-repeat scroll 0 0px transparent;
    border:	1px dotted black;
	z-index: 0;

}

#TheGameContainer {
    display: block;
    height: 690px;
    left: 430px;
    opacity: 1;
    position: absolute;
    top: -160px;
    width: 678px;
    z-index: 1000;
}	


#TheGameContainer #LightBox {
	display: block;
	position: absolute;
	width: 362px;
	height: 205px;
	top: 122px;
	left: 188px;
	opacity: 1;
}

#TheGameContainer #LightBox #Background {
	display: block;
	position: absolute;
	background: var(--TopBoard) no-repeat scroll 0 0px transparent;
	width: 362px;
	height: 205px;
}

#TheGameContainer #LightBox #Cache {
	display: block;
	position: absolute;
	background: var(--TopBoard_cache) no-repeat scroll 0 0px transparent;
	width: 108px;
	height: 76px;
	top: 4px;
	left: 40px;
}

#TheGameContainer #LightBox #TV {
	display: block;
	position: absolute;
	background: var(--TV_2_en) no-repeat scroll 0 0px transparent;
	width: 282px;
	height: 158px;
	top: 30px;
	left: 37px;
}
#TheGameContainer #LightBox #TV_ALT {
	display: none;
	position: absolute;
	background: var(--TV_2_Good-Luck_en) no-repeat scroll 0 0px transparent;
	width: 282px;
	height: 158px;
	top: 30px;
	left: 37px;
	opacity:0
}


#TheGameContainer #Board {
	display: block;
	position: absolute;
	background: var(--Board) no-repeat scroll 0 0px transparent;
	width: 415px;
	height: 325px;
	top: 313px;
	left: 158px;
}

#TheGameContainer #Board #DozerAnim {
	display: block;
	position: absolute;
	background: var(--Dozer_sprite) no-repeat scroll 0 -162px transparent; /* 80px max 2025px */ 
	width: 304px;
	height: 80px;
	top: 6px;
	left: 59px;
}

#TheGameContainer #Board #CashAnim {
	display: block;
	position: absolute;
	top: 50px; 
	left: 46px;
}


#TheGameContainer #Board #BoardFrontBox {
	display: block;
	position: absolute;
	background: var(--BoardFrontBox) no-repeat scroll 0 0px transparent;
	width: 334px;
	height: 24px;
	bottom: 0px;
	left: 40px;
}

#TheGameContainer #DropBack{
	display: block;
	position: absolute;
	background: var(--DropBack) no-repeat scroll 0 0px transparent;
	width: 85px;
	height: 72px;
	top: 69px;
	left: 240px;
}
#TheGameContainer #CoinLight {
	display: block;
	position: absolute;
	background: var(--CoinLightB) no-repeat scroll 0 0px transparent;
	width: 55px;
	height: 38px;
	top: 86px;
	left: 254px;
}




#TheGameContainer #DropFront{
	display: block;
	position: absolute;
	background: var(--DropFront) no-repeat scroll 0 0px transparent;
	width: 85px;
	height: 72px;
	top: 93px;
	left: 240px;

}

#TheGameContainer #FidoCoin{
	display: block;
	position: absolute;
	width: 50px;
	height: 54px;
	top: 160px;
	left: 60px;
	
	background: var(--FidoCoin_en) no-repeat scroll 0 0px transparent;

}


#TheGameContainer #LightOn {
	display: block;
	position: absolute;
	width: 402px;
	height: 235px;
	top: 118px;
	left: 164px;
}

#TheGameContainer #LightOn #GlobeA_off, 
#TheGameContainer #LightOn #GlobeB_off,
#TheGameContainer #LightOn #GlobeC_off,
#TheGameContainer #LightOn #GlobeD_off,
#TheGameContainer #LightOn #GlobeE_off,
#TheGameContainer #LightOn #GlobeF_off,
#TheGameContainer #LightOn #GlobeG_off,
#TheGameContainer #LightOn #GlobeH_off,
#TheGameContainer #LightOn #GlobeA,
#TheGameContainer #LightOn #GlobeB,
#TheGameContainer #LightOn #GlobeC,
#TheGameContainer #LightOn #GlobeD,
#TheGameContainer #LightOn #GlobeE,
#TheGameContainer #LightOn #GlobeF,
#TheGameContainer #LightOn #GlobeG,
#TheGameContainer #LightOn #GlobeH{
	position: absolute;
	width: 55px;
	height: 55px;
}

#TheGameContainer #LightOn #GlobeA_off{
	display: block;
	background: var(--GlobeA_off) no-repeat scroll 0 0px transparent;
	left: 9px;
	top: 6px;
}
#TheGameContainer #LightOn #GlobeB_off{
	display: block;
	background: var(--GlobeB_off) no-repeat scroll 0 0px transparent;
	left: 15px;
	top: 53px;
}
#TheGameContainer #LightOn #GlobeC_off{
	display: block;
	background: var(--GlobeC_off) no-repeat scroll 0 0px transparent;
	left: 19px;
	top: 101px;
}
#TheGameContainer #LightOn #GlobeD_off{
	display: block;
	background: var(--GlobeD_off) no-repeat scroll 0 0px transparent;
	left: 26px;
	top: 150px;
}
#TheGameContainer #LightOn #GlobeE_off{
	display: block;
	background: var(--GlobeE_off) no-repeat scroll 0 0px transparent;
	left: 343px;
	top: 5px;
}
#TheGameContainer #LightOn #GlobeF_off{
	display: block;
	background: var(--GlobeF_off) no-repeat scroll 0 0px transparent;
	left: 341px;
	top: 53px;
}
#TheGameContainer #LightOn #GlobeG_off{
	display: block;
	background: var(--GlobeG_off) no-repeat scroll 0 0px transparent;
	left: 337px;
	top: 101px;

}
#TheGameContainer #LightOn #GlobeH_off{
	display: block;
	background: var(--GlobeH_off) no-repeat scroll 0 0px transparent;
	left: 332px;
	top: 152px;
}



#TheGameContainer #LightOn #GlobeA{
	display: block;
	background: var(--GlobeA_on) no-repeat scroll 0 0px transparent;
	left: 9px;
	top: 6px;
}
#TheGameContainer #LightOn #GlobeB{
	display: block;
	background: var(--GlobeB_on) no-repeat scroll 0 0px transparent;
	left: 15px;
	top: 53px;
}
#TheGameContainer #LightOn #GlobeC{
	display: block;
	background: var(--GlobeC_on) no-repeat scroll 0 0px transparent;
	left: 19px;
	top: 101px;
}
#TheGameContainer #LightOn #GlobeD{
	display: block;
	background: var(--GlobeD_on) no-repeat scroll 0 0px transparent;
	left: 26px;
	top: 150px;
}
#TheGameContainer #LightOn #GlobeE{
	display: block;
	background: var(--GlobeE_on) no-repeat scroll 0 0px transparent;
	left: 343px;
	top: 5px;
}
#TheGameContainer #LightOn #GlobeF{
	display: block;
	background: var(--GlobeF_on) no-repeat scroll 0 0px transparent;
	left: 341px;
	top: 53px;
}
#TheGameContainer #LightOn #GlobeG{
	display: block;
	background: var(--GlobeG_on) no-repeat scroll 0 0px transparent;
	left: 0px;
	top:0px;
	left: 337px;
	top: 101px;
}
#TheGameContainer #LightOn #GlobeH{
	display: block;
	background: var(--GlobeH_on) no-repeat scroll 0 0px transparent;
	left: 0px;
	top:0px;
	left: 332px;
	top: 152px;

}




