.scrollIndicator {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	background-color: #8BA1B9;
	padding: 0px;
	width: 120px;
	height: 80px;
	text-align: center;
	border-width: 1px;
	border-spacing: 10px;
	border-style: solid;
	border-color: #505050;
	z-index: 999;
}
.scrollIndicatorText {
	font-size: 10pt;
	font-family: Arial;
	color: #202020;
	font-weight: bold;
}
