/* ~~ this fixed width container surrounds all other elements ~~ */
#gh_container {
	position:relative;
	width: 596px;	/* 960px; */
	height:772px;
	margin: 10px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
#gh_base_content {
	margin: 0px;	padding: 0px;
	position:absolute;
	top:0px; left:0; 
	width:596px; height:732px;
	background-image:url(images/gateway.arch_jokers.png)
}
#gh_controller {
	padding: 5px 0px;
	position:absolute;
	top:732px; left:0; width:100%; height:20px;
	background-color:#030;
	text-align:center;
}
#gh_controller a#btnfwd  {
	color: #DDD;	font-weight: bold;	text-decoration: none;
}
#gh_controller a#btnrev  {
	color: #DDD;	font-weight: bold;	text-decoration: none;
}

/* ~~ card containers ~~ */
.gh_card_col {
	position:absolute; top:152px; left:0px; width:596px; height:575px; /* overflow:hidden; */
	/* background-color:#FCF; */
	padding:0px; margin:0px;
}
/* ~~ card classes ~~ */
/* -- planetary Rulers Hearts -- */
.p1 {	background:url(images/cards_lg.png) 0 0; 						width:38px; height:22px;}	/* AH  */
.p2 {	background:url(images/cards_lg.png) -38px 0; 				width:38px; height:22px;}	/* 2H  */
.p3 {	background:url(images/cards_lg.png) -76px 0; 				width:38px; height:22px;}	/* 3H  */
.p4 {	background:url(images/cards_lg.png) -114px 0; 			width:38px; height:22px;}	/* 4H  */
.p5 {	background:url(images/cards_lg.png) -152px 0; 			width:38px; height:22px;}	/* 5H  */
.p6 {	background:url(images/cards_lg.png) -190px 0; 			width:38px; height:22px;}	/* 6H  */
.p7 {	background:url(images/cards_lg.png) -228px 0; 			width:38px; height:22px;}	/* 7H  */
.p8 {	background:url(images/cards_lg.png) -266px 0; 			width:38px; height:22px;}	/* 8H  */
.p9 {	background:url(images/cards_lg.png) -304px 0; 			width:38px; height:22px;}	/* 9H  */
.p10 {	background:url(images/cards_lg.png) -342px 0; 		width:38px; height:22px;}	/* 10H  */
.p11 {	background:url(images/cards_lg.png) -380px 0; 		width:38px; height:22px;}	/* JH  */
.p12 {	background:url(images/cards_lg.png) -418px 0; 		width:38px; height:22px;}	/* QH  */
.p13 {	background:url(images/cards_lg.png) -456px 0; 		width:38px; height:22px;}	/* KH  */
/* -- planetary Rulers Clubs -- */
.p14 {	background:url(images/cards_lg.png) 0 -22px;			width:38px; height:22px;}	/* AC  */
.p15 {	background:url(images/cards_lg.png) -38px -22px;	width:38px; height:22px;}	/* 2C  */
.p16 {	background:url(images/cards_lg.png) -76px -22px;	width:38px; height:22px;}	/* 3C  */
.p17 {	background:url(images/cards_lg.png) -114px -22px;	width:38px; height:22px;}	/* 4C  */
.p18 {	background:url(images/cards_lg.png) -152px -22px;	width:38px; height:22px;}	/* 5C  */
.p19 {	background:url(images/cards_lg.png) -190px -22px;	width:38px; height:22px;}	/* 6C  */
.p20 {	background:url(images/cards_lg.png) -228px -22px;	width:38px; height:22px;}	/* 7C  */
.p21 {	background:url(images/cards_lg.png) -266px -22px;	width:38px; height:22px;}	/* 8C  */
.p22 {	background:url(images/cards_lg.png) -304px -22px;	width:38px; height:22px;}	/* 9C  */
.p23 {	background:url(images/cards_lg.png) -342px -22px;	width:38px; height:22px;}	/* 10C  */
.p24 {	background:url(images/cards_lg.png) -380px -22px;	width:38px; height:22px;}	/* JC  */
.p25 {	background:url(images/cards_lg.png) -418px -22px;	width:38px; height:22px;}	/* QC  */
.p26 {	background:url(images/cards_lg.png) -456px -22px;	width:38px; height:22px;}	/* KC  */
/* -- planetary Rulers Diamonds -- */
.p27 {	background:url(images/cards_lg.png) 0 -44px;			width:38px; height:22px;}	/* AD  */
.p28 {	background:url(images/cards_lg.png) -38px -44px;	width:38px; height:22px;}	/* 2D  */
.p29 {	background:url(images/cards_lg.png) -76px -44px;	width:38px; height:22px;}	/* 3D  */
.p30 {	background:url(images/cards_lg.png) -114px -44px;	width:38px; height:22px;}	/* 4D  */
.p31 {	background:url(images/cards_lg.png) -152px -44px;	width:38px; height:22px;}	/* 5D  */
.p32 {	background:url(images/cards_lg.png) -190px -44px;	width:38px; height:22px;}	/* 6D  */
.p33 {	background:url(images/cards_lg.png) -228px -44px;	width:38px; height:22px;}	/* 7D  */
.p34 {	background:url(images/cards_lg.png) -266px -44px;	width:38px; height:22px;}	/* 8D  */
.p35 {	background:url(images/cards_lg.png) -304px -44px;	width:38px; height:22px;}	/* 9D  */
.p36 {	background:url(images/cards_lg.png) -342px -44px;	width:38px; height:22px;}	/* 10D  */
.p37 {	background:url(images/cards_lg.png) -380px -44px;	width:38px; height:22px;}	/* JD  */
.p38 {	background:url(images/cards_lg.png) -418px -44px;	width:38px; height:22px;}	/* QD  */
.p39 {	background:url(images/cards_lg.png) -456px -44px;	width:38px; height:22px;}	/* KD  */
/* -- planetary Rulers spades -- */
.p40 {	background:url(images/cards_lg.png) 0 -66px;			width:38px; height:22px;}	/* AS  */
.p41 {	background:url(images/cards_lg.png) -38px -66px;	width:38px; height:22px;}	/* 2S  */
.p42 {	background:url(images/cards_lg.png) -76px -66px;	width:38px; height:22px;}	/* 3S  */
.p43 {	background:url(images/cards_lg.png) -114px -66px;	width:38px; height:22px;}	/* 4S  */
.p44 {	background:url(images/cards_lg.png) -152px -66px;	width:38px; height:22px;}	/* 5S  */
.p45 {	background:url(images/cards_lg.png) -190px -66px;	width:38px; height:22px;}	/* 6S  */
.p46 {	background:url(images/cards_lg.png) -228px -66px;	width:38px; height:22px;}	/* 7S  */
.p47 {	background:url(images/cards_lg.png) -266px -66px;	width:38px; height:22px;}	/* 8S  */
.p48 {	background:url(images/cards_lg.png) -304px -66px;	width:38px; height:22px;}	/* 9S  */
.p49 {	background:url(images/cards_lg.png) -342px -66px;	width:38px; height:22px;}	/* 10S  */
.p50 {	background:url(images/cards_lg.png) -380px -66px;	width:38px; height:22px;}	/* JS  */
.p51 {	background:url(images/cards_lg.png) -418px -66px;	width:38px; height:22px;}	/* QS  */
.p52 {	background:url(images/cards_lg.png) -456px -66px;	width:38px; height:22px;}	/* KS  */
/* -- planetary Rulers JOKERS -- */
.p53 {	background:url(images/cards_lg.png) 		0 -88px; 	width:38px; height:22px;}	/* .p8 - 53.png  */
.p54 {	background:url(images/cards_lg.png) -38px -88px; 	width:38px; height:22px;}	/* .p9 - 54.png  */

/* ~~ planetary rulers ids~~ */
#ruler0 {	position: absolute;	top: 525px;	left: 279px;	height: 22px;	width: 38px;}	/* AS  */
#ruler1 {	position: absolute;	top: 438px;	left: 332px;	height: 22px;	width: 38px;}	/* 2H  */
#ruler2 {	position: absolute;	top: 289px;	left: 332px;	height: 22px;	width: 38px;}	/* 9H  */
#ruler3 {	position: absolute;	top: 140px;	left: 333px;	height: 22px;	width: 38px;}	/* JH  */
#ruler7 {	position: absolute;	top: 438px;	left: 223px;	height: 22px;	width: 38px;}	/* KS  */
#ruler6 {	position: absolute;	top: 289px;	left: 222px;	height: 22px;	width: 38px;}	/* 7D  */
#ruler5 {	position: absolute;	top: 140px;	left: 222px;	height: 22px;	width: 38px;}	/* 8C  */
#ruler4 {	position: absolute;	top: 49px;	left: 278px;	height: 22px;	width: 38px;}	/* AC  */
#ruler8 {	position: absolute;	top: -40px;	left: 207px;	height: 22px;	width: 38px;}	/* J1  */
#ruler9 {	position: absolute;	top: -40px;	left: 349px;	height: 22px;	width: 38px;}	/* J2  */

/* ~~ rising - descending ~~ */
.c22 {	background:url(images/cards_sm.png) -270px -54px; width:30px; height:18px;}	/* .c22 - 49.png  */
.c23 {	background:url(images/cards_sm.png) -90px 0; width:30px; height:18px;}			/* .c23 - 4.png  */
.c24 {	background:url(images/cards_sm.png) -90px -54px; width:30px; height:18px;}		/* .c24 - 43.png  */
.c25 {	background:url(images/cards_sm.png) -270px -18px; width:30px; height:18px;}	/* .c25 - 23.png  */
.c26 {	background:url(images/cards_sm.png) -300px -54px; width:30px; height:18px;}	/* .c26 - 50.png  */
.c27 {	background:url(images/cards_sm.png) -180px -18px; width:30px; height:18px;}	/* .c27 - 20.png  */
.c28 {	background:url(images/cards_sm.png) -210px -36px; width:30px; height:18px;}	/* .c28 - 34.png  */
.c29 {	background:url(images/cards_sm.png) -330px -54px; width:30px; height:18px;}	/* .c29 - 51.png  */
.c30 {	background:url(images/cards_sm.png) -270px -36px; width:30px; height:18px;}	/* .c30 - 36.png  */
.c31 {	background:url(images/cards_sm.png) -330px -18px; width:30px; height:18px;}	/* .c31 - 25.png  */
.c32 {	background:url(images/cards_sm.png) -60px 0; width:30px; height:18px;}				/* .c32 - 3.png  */
.c33 {	background:url(images/cards_sm.png) 0 0; width:30px; height:18px;}						/* .c33 - 1.png  */
.c34 {	background:url(images/cards_sm.png) 0 -36px; width:30px; height:18px;}				/* .c34 - 27.png  */
.c35 {	background:url(images/cards_sm.png) -30px -36px; width:30px; height:18px;}		/* .c35 - 28.png  */
.c36 {	background:url(images/cards_sm.png) -150px -18px; width:30px; height:18px;}	/* .c36 - 19.png  */
.c37 {	background:url(images/cards_sm.png) -210px -54px; width:30px; height:18px;}	/* .c37 - 47.png  */
.c38 {	background:url(images/cards_sm.png) -360px -18px; width:30px; height:18px;}	/* .c38 - 26.png  */
.c39 {	background:url(images/cards_sm.png) -30px -54px; width:30px; height:18px;}		/* .c39 - 41.png  */
.c40 {	background:url(images/cards_sm.png) -150px -54px; width:30px; height:18px;}	/* .c40 - 45.png  */
.c41 {	background:url(images/cards_sm.png) -240px -54px; width:30px; height:18px;}	/* .c41 - 48.png  */
.c42 {	background:url(images/cards_sm.png) -360px 0; width:30px; height:18px;}			/* .c42 - 13.png  */
.c43 {	background:url(images/cards_sm.png) -30px -18px; width:30px; height:18px;}		/* .c43 - 15.png  */
.c44 {	background:url(images/cards_sm.png) 0 -54px; width:30px; height:18px;}				/* .c44 - 40.png  */  
/* ~~ rising - ascending ~~ */
.c21 {	background:url(images/cards_sm.png) -330px 0; width:30px; height:18px;}			/* .c21 - 12.png  */
.c20 {	background:url(images/cards_sm.png) -240px -18px; width:30px; height:18px;}	/* .c20 - 22.png  */
.c19 {	background:url(images/cards_sm.png) -150px -36px; width:30px; height:18px;}	/* .c19 - 32.png  */
.c18 {	background:url(images/cards_sm.png) -60px -54px; width:30px; height:18px;}		/* .c18 - 42.png  */
.c17 {	background:url(images/cards_sm.png) -300px -36px; width:30px; height:18px;}	/* .c17 - 37.png  */
.c16 {	background:url(images/cards_sm.png) -300px -18px; width:30px; height:18px;}	/* .c16 - 24.png  */
.c15 {	background:url(images/cards_sm.png) -270px 0; width:30px; height:18px;}			/* .c15 - 10.png  */
.c14 {	background:url(images/cards_sm.png) -120px -54px; width:30px; height:18px;}	/* .c14 - 44.png  */
.c13 {	background:url(images/cards_sm.png) -90px -36px; width:30px; height:18px;}		/* .c13 - 30.png  */
.c12 {	background:url(images/cards_sm.png) -120px 0; width:30px; height:18px;}			/* .c12 - 5.png  */
.c11 {	background:url(images/cards_sm.png) -120px -18px; width:30px; height:18px;}	/* .c11 - 18.png  */
.c10 {	background:url(images/cards_sm.png) -90px -18px; width:30px; height:18px;}		/* .c10 - 17.png  */
.c9 {	background:url(images/cards_sm.png) -150px 0; width:30px; height:18px;}				/* .c9 - 6.png  */
.c8 {	background:url(images/cards_sm.png) -60px -36px; width:30px; height:18px;}			/* .c8 - 29.png  */
.c7 {	background:url(images/cards_sm.png) -330px -36px; width:30px; height:18px;}		/* .c7 - 38.png  */
.c6 {	background:url(images/cards_sm.png) -240px -36px; width:30px; height:18px;}		/* .c6 - 35.png  */
.c5 {	background:url(images/cards_sm.png) -120px -36px; width:30px; height:18px;}		/* .c5 - 31.png  */
.c4 {	background:url(images/cards_sm.png) -60px -18px; width:30px; height:18px;}			/* .c4 - 16.png  */
.c3 {	background:url(images/cards_sm.png) -360px -36px; width:30px; height:18px;}		/* .c3 - 39.png  */
.c2 {	background:url(images/cards_sm.png) -180px -54px; width:30px; height:18px;}		/* .c2 - 46.png  */
.c1 {	background:url(images/cards_sm.png) -210px 0; width:30px; height:18px;}				/* .c1 - 8.png  */
.c0 {	background:url(images/cards_sm.png) -180px 0; width:30px; height:18px;}				/* .c0 - 7.png  */
/* small planetary rulers for reading deck */
.c45 {	background:url(images/cards_sm.png) -30px 0; 			width:30px; height:18px;}	/* .c45 - 2.png  */
.c46 {	background:url(images/cards_sm.png) -240px 0; 		width:30px; height:18px;}	/* .c46 - 9.png  */
.c47 {	background:url(images/cards_sm.png) -300px 0; 		width:30px; height:18px;}	/* .c47 - 11.png  */
.c48 {	background:url(images/cards_sm.png) 		0 -18px; 	width:30px; height:18px;}	/* .c48 - 14.png  */
.c49 {	background:url(images/cards_sm.png) -210px -18px; width:30px; height:18px;}	/* .c49 - 21.png  */
.c50 {	background:url(images/cards_sm.png) -180px -36px; width:30px; height:18px;}	/* .c50 - 33.png  */
.c51 {	background:url(images/cards_sm.png) -360px -54px; width:30px; height:18px;}	/* .c51 - 52.png  */
.c52 {	background:url(images/cards_sm.png) 		0 -72px; 	width:30px; height:18px;}	/* .c52 - 53.png  */
.c53 {	background:url(images/cards_sm.png) -30px -72px; 	width:30px; height:18px;}	/* .c53 - 54.png  */

/* ~~ rising - descending ids~~ */
#r22 {
	position:absolute; 
	top:3px; left:30px; height:18px; width:30px;
}
#r23 {
	position:absolute; 
	top:28px; left:30px; height:18px; width:30px;
}
#r24 {
	position:absolute; 
	top:53px; left:30px; height:18px; width:30px;
}
#r25 {
	position:absolute; 
	top:78px; left:30px; height:18px; width:30px;
}
#r26 {
	position:absolute; 
	top:103px; left:30px; height:18px; width:30px;
}
#r27 {
	position:absolute; 
	top:128px; left:30px; height:18px; width:30px;
}
#r28 {
	position:absolute; 
	top:153px; left:30px; height:18px; width:30px;
}
#r29 {
	position:absolute; 
	top:178px; left:30px; height:18px; width:30px;
}
#r30 {
	position:absolute; 
	top:203px; left:30px; height:18px; width:30px;
}
#r31 {
	position:absolute; 
	top:228px; left:30px; height:18px; width:30px;
}
#r32 {
	position:absolute; 
	top:253px; left:30px; height:18px; width:30px;
}
#r33 {
	position:absolute; 
	top:278px; left:30px; height:18px; width:30px;
}
#r34 {
	position:absolute; 
	top:303px; left:30px; height:18px; width:30px;
}
#r35 {
	position:absolute; 
	top:328px; left:30px; height:18px; width:30px;
}
#r36 {
	position:absolute; 
	top:353px; left:30px; height:18px; width:30px;
}
#r37 {
	position:absolute; 
	top:378px; left:30px; height:18px; width:30px;
}
#r38 {
	position:absolute; 
	top:403px; left:30px; height:18px; width:30px;
}
#r39 {
	position:absolute; 
	top:428px; left:30px; height:18px; width:30px;
}
#r40 {
	position:absolute; 
	top:453px; left:30px; height:18px; width:30px;
}
#r41 {
	position:absolute; 
	top:478px; left:30px; height:18px; width:30px;
}
#r42 {
	position:absolute; 
	top:503px; left:30px; height:18px; width:30px;
}
#r43 {
	position:absolute; 
	top:528px; left:30px; height:18px; width:30px;
}
#r44d {
	position:absolute; 
	top:553px; left:30px; height:18px; width:30px;
}
/* ~~ sun - descending ids~~ */
#s22 {
	position:absolute; 
	top:3px; left:64px; height:18px; width:30px;
}
#s23 {
	position:absolute; 
	top:28px; left:64px; height:18px; width:30px;
}
#s24 {
	position:absolute; 
	top:53px; left:64px; height:18px; width:30px;
}
#s25 {
	position:absolute; 
	top:78px; left:64px; height:18px; width:30px;
}
#s26 {
	position:absolute; 
	top:103px; left:64px; height:18px; width:30px;
}
#s27 {
	position:absolute; 
	top:128px; left:64px; height:18px; width:30px;
}
#s28 {
	position:absolute; 
	top:153px; left:64px; height:18px; width:30px;
}
#s29 {
	position:absolute; 
	top:178px; left:64px; height:18px; width:30px;
}
#s30 {
	position:absolute; 
	top:203px; left:64px; height:18px; width:30px;
}
#s31 {
	position:absolute; 
	top:228px; left:64px; height:18px; width:30px;
}
#s32 {
	position:absolute; 
	top:253px; left:64px; height:18px; width:30px;
}
#s33 {
	position:absolute; 
	top:278px; left:64px; height:18px; width:30px;
}
#s34 {
	position:absolute; 
	top:303px; left:64px; height:18px; width:30px;
}
#s35 {
	position:absolute; 
	top:328px; left:64px; height:18px; width:30px;
}
#s36 {
	position:absolute; 
	top:353px; left:64px; height:18px; width:30px;
}
#s37 {
	position:absolute; 
	top:378px; left:64px; height:18px; width:30px;
}
#s38 {
	position:absolute; 
	top:403px; left:64px; height:18px; width:30px;
}
#s39 {
	position:absolute; 
	top:428px; left:64px; height:18px; width:30px;
}
#s40 {
	position:absolute; 
	top:453px; left:64px; height:18px; width:30px;
}
#s41 {
	position:absolute; 
	top:478px; left:64px; height:18px; width:30px;
}
#s42 {
	position:absolute; 
	top:503px; left:64px; height:18px; width:30px;
}
#s43 {
	position:absolute; 
	top:528px; left:64px; height:18px; width:30px;
}
#s44d {
	position:absolute; 
	top:553px; left:64px; height:18px; width:30px;
}
/* ~~ moon - descending ids~~ */
#m22 {
	position:absolute; 
	top:3px; left:97px; height:18px; width:30px;
}
#m23 {
	position:absolute; 
	top:28px; left:97px; height:18px; width:30px;
}
#m24 {
	position:absolute; 
	top:53px; left:97px; height:18px; width:30px;
}
#m25 {
	position:absolute; 
	top:78px; left:97px; height:18px; width:30px;
}
#m26 {
	position:absolute; 
	top:103px; left:97px; height:18px; width:30px;
}
#m27 {
	position:absolute; 
	top:128px; left:97px; height:18px; width:30px;
}
#m28 {
	position:absolute; 
	top:153px; left:97px; height:18px; width:30px;
}
#m29 {
	position:absolute; 
	top:178px; left:97px; height:18px; width:30px;
}
#m30 {
	position:absolute; 
	top:203px; left:97px; height:18px; width:30px;
}
#m31 {
	position:absolute; 
	top:228px; left:97px; height:18px; width:30px;
}
#m32 {
	position:absolute; 
	top:253px; left:97px; height:18px; width:30px;
}
#m33 {
	position:absolute; 
	top:278px; left:97px; height:18px; width:30px;
}
#m34 {
	position:absolute; 
	top:303px; left:97px; height:18px; width:30px;
}
#m35 {
	position:absolute; 
	top:328px; left:97px; height:18px; width:30px;
}
#m36 {
	position:absolute; 
	top:353px; left:97px; height:18px; width:30px;
}
#m37 {
	position:absolute; 
	top:378px; left:97px; height:18px; width:30px;
}
#m38 {
	position:absolute; 
	top:403px; left:97px; height:18px; width:30px;
}
#m39 {
	position:absolute; 
	top:428px; left:97px; height:18px; width:30px;
}
#m40 {
	position:absolute; 
	top:453px; left:97px; height:18px; width:30px;
}
#m41 {
	position:absolute; 
	top:478px; left:97px; height:18px; width:30px;
}
#m42 {
	position:absolute; 
	top:503px; left:97px; height:18px; width:30px;
}
#m43 {
	position:absolute; 
	top:528px; left:97px; height:18px; width:30px;
}
#m44d {
	position:absolute; 
	top:553px; left:97px; height:18px; width:30px;
}

/* ~~ moon - ascending ids ~~ */
#m21 {
	position:absolute; 
	top:3px; left:468px; height:18px; width:30px;
}
#m20 {
	position:absolute; 
	top:28px; left:468px; height:18px; width:30px;
}
#m19 {
	position:absolute; 
	top:53px; left:468px; height:18px; width:30px;
}
#m18 {
	position:absolute; 
	top:78px; left:468px; height:18px; width:30px;
}
#m17 {
	position:absolute; 
	top:103px; left:468px; height:18px; width:30px;
}
#m16 {
	position:absolute; 
	top:128px; left:468px; height:18px; width:30px;
}
#m15 {
	position:absolute; 
	top:153px; left:468px; height:18px; width:30px;
}
#m14 {
	position:absolute; 
	top:178px; left:468px; height:18px; width:30px;
}
#m13 {
	position:absolute; 
	top:203px; left:468px; height:18px; width:30px;
}
#m12 {
	position:absolute; 
	top:228px; left:468px; height:18px; width:30px;
}
#m11 {
	position:absolute; 
	top:253px; left:468px; height:18px; width:30px;
}
#m10 {
	position:absolute; 
	top:278px; left:468px; height:18px; width:30px;
}
#m9 {
	position:absolute; 
	top:303px; left:468px; height:18px; width:30px;
}
#m8 {
	position:absolute; 
	top:328px; left:468px; height:18px; width:30px;
}
#m7 {
	position:absolute; 
	top:353px; left:468px; height:18px; width:30px;
}
#m6 {
	position:absolute; 
	top:378px; left:468px; height:18px; width:30px;
}
#m5 {
	position:absolute; 
	top:403px; left:468px; height:18px; width:30px;
}
#m4 {
	position:absolute; 
	top:428px; left:468px; height:18px; width:30px;
}
#m3 {
	position:absolute; 
	top:453px; left:468px; height:18px; width:30px;
}
#m2 {
	position:absolute; 
	top:478px; left:468px; height:18px; width:30px;
}
#m1 {
	position:absolute; 
	top:503px; left:468px; height:18px; width:30px;
}
#m0 {
	position:absolute; 
	top:528px; left:468px; height:18px; width:30px;
}
#m44a {
	position:absolute; 
	top:553px; left:468px; height:18px; width:30px;
}
/* ~~ sun - ascending ids ~~ */
#s21 {
	position:absolute; 
	top:3px; left:501px; height:18px; width:30px;
}
#s20 {
	position:absolute; 
	top:28px; left:501px; height:18px; width:30px;
}
#s19 {
	position:absolute; 
	top:53px; left:501px; height:18px; width:30px;
}
#s18 {
	position:absolute; 
	top:78px; left:501px; height:18px; width:30px;
}
#s17 {
	position:absolute; 
	top:103px; left:501px; height:18px; width:30px;
}
#s16 {
	position:absolute; 
	top:128px; left:501px; height:18px; width:30px;
}
#s15 {
	position:absolute; 
	top:153px; left:501px; height:18px; width:30px;
}
#s14 {
	position:absolute; 
	top:178px; left:501px; height:18px; width:30px;
}
#s13 {
	position:absolute; 
	top:203px; left:501px; height:18px; width:30px;
}
#s12 {
	position:absolute; 
	top:228px; left:501px; height:18px; width:30px;
}
#s11 {
	position:absolute; 
	top:253px; left:501px; height:18px; width:30px;
}
#s10 {
	position:absolute; 
	top:278px; left:501px; height:18px; width:30px;
}
#s9 {
	position:absolute; 
	top:303px; left:501px; height:18px; width:30px;
}
#s8 {
	position:absolute; 
	top:328px; left:501px; height:18px; width:30px;
}
#s7 {
	position:absolute; 
	top:353px; left:501px; height:18px; width:30px;
}
#s6 {
	position:absolute; 
	top:378px; left:501px; height:18px; width:30px;
}
#s5 {
	position:absolute; 
	top:403px; left:501px; height:18px; width:30px;
}
#s4 {
	position:absolute; 
	top:428px; left:501px; height:18px; width:30px;
}
#s3 {
	position:absolute; 
	top:453px; left:501px; height:18px; width:30px;
}
#s2 {
	position:absolute; 
	top:478px; left:501px; height:18px; width:30px;
}
#s1 {
	position:absolute; 
	top:503px; left:501px; height:18px; width:30px;
}
#s0 {
	position:absolute; 
	top:528px; left:501px; height:18px; width:30px;
}
#s44a {
	position:absolute; 
	top:553px; left:501px; height:18px; width:30px;
}
/* ~~ rising - ascending ids ~~ */
#r21 {
	position:absolute; 
	top:3px; left:535px; height:18px; width:30px;
}
#r20 {
	position:absolute; 
	top:28px; left:535px; height:18px; width:30px;
}
#r19 {
	position:absolute; 
	top:53px; left:535px; height:18px; width:30px;
}
#r18 {
	position:absolute; 
	top:78px; left:535px; height:18px; width:30px;
}
#r17 {
	position:absolute; 
	top:103px; left:535px; height:18px; width:30px;
}
#r16 {
	position:absolute; 
	top:128px; left:535px; height:18px; width:30px;
}
#r15 {
	position:absolute; 
	top:153px; left:535px; height:18px; width:30px;
}
#r14 {
	position:absolute; 
	top:178px; left:535px; height:18px; width:30px;
}
#r13 {
	position:absolute; 
	top:203px; left:535px; height:18px; width:30px;
}
#r12 {
	position:absolute; 
	top:228px; left:535px; height:18px; width:30px;
}
#r11 {
	position:absolute; 
	top:253px; left:535px; height:18px; width:30px;
}
#r10 {
	position:absolute; 
	top:278px; left:535px; height:18px; width:30px;
}
#r9 {
	position:absolute; 
	top:303px; left:535px; height:18px; width:30px;
}
#r8 {
	position:absolute; 
	top:328px; left:535px; height:18px; width:30px;
}
#r7 {
	position:absolute; 
	top:353px; left:535px; height:18px; width:30px;
}
#r6 {
	position:absolute; 
	top:378px; left:535px; height:18px; width:30px;
}
#r5 {
	position:absolute; 
	top:403px; left:535px; height:18px; width:30px;
}
#r4 {
	position:absolute; 
	top:428px; left:535px; height:18px; width:30px;
}
#r3 {
	position:absolute; 
	top:453px; left:535px; height:18px; width:30px;
}
#r2 {
	position:absolute; 
	top:478px; left:535px; height:18px; width:30px;
}
#r1 {
	position:absolute; 
	top:503px; left:535px; height:18px; width:30px;
}
#r0 {
	position:absolute; 
	top:528px; left:535px; height:18px; width:30px;
}
#r44a {
	position:absolute; 
	top:553px; left:535px; height:18px; width:30px;
}
