div.backgroundImage {
	display: block;
	background: transparent;
	width: 100%;
	position: absolute;
	top: 5000px;
	left: 0px;
}
div.backgroundImage img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
}
div#backgroundImageSystem {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
div#backgroundNavigation {
	padding: 3px;
	position: absolute;
	bottom: 65px;
	text-align: right;
	right: 15px;
	z-index: 1000;
}
div#backgroundNavigation div#backgroundNavigationLoading {
	display: inline-block;
	float: left;
	padding: 3px;
	margin: 3px;
	color: white;
	background: #524151;
	font-size: 11px;
}
div#backgroundNavigation div.backgroundImageButton {
	display: inline-block;
	float: left;
	padding: 3px;
	margin: 3px;
	width: 8px;
	height: 8px;
	border: 1px solid transparent;
	background: #524151;
	color: black;
	cursor: pointer;
	line-height: 0;
}
div#backgroundNavigation div.backgroundImageButtonHover {
	border: 1px solid #ffffff;
}
div#backgroundNavigation div.backgroundImageButtonDisabled {
	border: 1px solid #524151;
	cursor: default;
}
div#backgroundNavigation div.backgroundImageButtonActive {
	border: 1px solid #e83b12 !important;
	background: #524151 !important;
	cursor: default;
}
