.scrollHolder {
	position: relative;
	overflow: hidden;
	height: 15px;
	margin: 3px 4px 2px 4px;
}

.scrollContent {
	position: absolute;
	white-space: nowrap;
	font: 10px Verdana, sans-serif;
	cursor: default;
}

.tools {
	padding-right: 15px;
}

.tools a {
	color: black;
}

.tools a:hover {
	text-decoration: underline;
}
