#MoveUpButton{
	position: absolute;
	top: 340px;
	left: 710px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}

#MoveClockwiseButton{
	position: absolute;
	top: 340px;
	left: 810px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}

#MoveCounterClockwiseButton{
	position: absolute;
	top: 340px;
	left: 610px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}


#MoveDownButton{
	position: absolute;
	top: 520px;
	left: 710px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}
#MoveLeftButton{
	position: absolute;
	top: 440px;
	left: 610px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}
#MoveRightButton{
	position: absolute;
	top: 440px;
	left: 810px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}

#PauseButton{
	position: absolute;
	top: 420px;
	left: 700px;
	width: 90px;
	height: 90px;
	cursor: pointer;
}

#ChargeDownButton{
	position: absolute;
	top: 55px;
	left: 600px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#ChargeUpButton{
	position: absolute;
	top: 55px;
	left: 845px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#ChangeChargeTypeButton{
	position: absolute;
	top: 100px;
	left: 680px;
	width: 140px;
	height: 50px;
	cursor: pointer;
}

#ChangeChargeType2Button{
	position: absolute;
	top: 290px;
	left: 270px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

#ChangeDisplay{
	position: absolute;
	top: 150px;
	left: 600px;
	width: 300px;
	height: 150px;
}

.InvisibleButton{

}
