	.LiteOff {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
	}
	.LiteOn {
		position: absolute;
		width: 50px;
		height: 50px;
	}

	.LiteOnA {
		display: none;
		background: url("http://localhost:4000/images/demo/fidofortune/images/Globe_large/GlobeA_on.png") no-repeat scroll 0 0px transparent;
	}

	.LiteOnB {
		display: none;
		background: url("http://localhost:4000/images/demo/fidofortune/images/Globe_large/GlobeB_on.png") no-repeat scroll 0 0px transparent;
	}

	.LiteAOff {
		display: block;
		background: url("http://localhost:4000/images/demo/fidofortune/images/Globe_large/GlobeA_off.png") no-repeat scroll 0 0px transparent;
	}
	.LiteBOff {
		display: block;
		background: url("http://localhost:4000/images/demo/fidofortune/images/Globe_large/GlobeB_off.png") no-repeat scroll 0 0px transparent;
	}
