.NavBox {
	position: absolute;
	height: 200px;
	width: 200px;
	top: 424px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
	left: 50px;
	z-index: 3;
}
.GreenButton {
	position: absolute;
	height: 25px;
	width: 85px;
	top: 743px;
	left: 939px;
	border: medium groove #333333;
	z-index: 8;
	visibility: visible;
}
.RedButton {
	position: absolute;
	left: 4px;
	top: 743px;
	height: 25px;
	width: 85px;
	border: medium groove #333333;
	z-index: 7;
	visibility: visible;
}
.LeftArrow {
	position: absolute;
	height: 13px;
	width: 25px;
	left: 391px;
	top: 750px;
	z-index: 2;
	visibility: visible;
}
.RightArrow {
	position: absolute;
	height: 14px;
	width: 19px;
	left: 594px;
	top: 750px;
	z-index: 3;
	visibility: visible;
}


.Background {
	border: thick ridge #000000;
	position: absolute;
	height: 768px;
	width: 1024px;
	left: 0px;
	top: 0px;
	z-index: 2;
	visibility: visible;
	background-color: #FFFFB9;
}
