@charset "utf-8";

	
#wrapperG {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 3;
	left: 10px;
	top: 10px;
}

#keyviewHeading {
	position: absolute;
	width: 385px;
	height: 60px;
	z-index: 4;
	left: 15px;
	top: 15px;
	visibility: visible;
} 

#gothicButton {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 5;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#menuButton {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 5;
	left: 44px;
	top: 0px;
	background-color: #FFFFFF;
} 

#prevButton {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 5;
	left: 88px;
	top: 0px;
	background-color: #FFFFFF;
} 

#nextButton {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 5;
	left: 132px;
	top: 0px;
	background-color: #FFFFFF;
} 

#headingText {
	position: absolute;
	width: 180px;
	height: 36px;
	z-index: 5;
	left: 194px;
	top: 0px;
	background-color: #FFFFFF;
} 

