
#moveoutupleft {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1000;
	cursor: pointer;
}

#moveoutupright {
	position: absolute;
	top: 0%;
	right: 0%;
	cursor: pointer;
	z-index: 1000;
}

#moveoutdownleft {
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 1000;
	cursor: pointer;
}

#moveoutdownright {
	position: absolute;
	right: 0%;
	bottom: 0%;
	z-index: 1000;
	cursor: pointer;
}

#moveleft {
	position: absolute;
	left: 0%;
	top: 48%;
	bottom: 48%;
	z-index: 1000;
	cursor: pointer;
}

#moveright {
	position: absolute;
	right: 0%;
	top: 48%;
	bottom: 48%;
	z-index: 1000;
	cursor: pointer;
}

#moveup {
	position: absolute;
	left: 48%;
	right: 48%;
	top: 0%;
	z-index: 1000;
	cursor: pointer;
}

#movedown {
	position: absolute;
	left: 48%;
	right: 48%;
	bottom: 0%;
	z-index: 1000;
	cursor: pointer;
}
