div.navigationCounter {
	text-align: center;
	position: relative;
	height: 1.3em;
	bottom: 0em;
	border-top: 0.1em solid #cccccc; 
}
	div.leftPointer {
		bottom:0em;
		width:5em;
		left: 0em;
	}
	div.centerList {
		width: 40em;
		bottom:1.4em;
		left: 5em;
	}
	div.rightPointer {
		width: 5em;
		bottom:2.8em;
		left: 45em;
	}
