/* @override http://acropolis.dev/styles/scroller.css */

#mainContentClip {
	position: absolute;
	width: 243px;
	font-size: 13px;
	line-height: 17px;
	top: 0px;
	left: 10px;
	text-align: left;
	height: 360px;
	clip: rect(0px,243px,360px,0);
	overflow: hidden;
}

#mainContent {
	position: absolute;
	margin-left: 10px;
	width: 223px;
}

#mainContent  p {
	padding-bottom: 17px;
}

#mainScrollTrack {
	position: absolute;
}

#mainScrollThumbTrack {
	position: absolute;
	left: 0px;
	background: #CCC;
	width: 6px;
	height: 360px;
	overflow: hidden;
}

#mainScrollThumb {
	position: absolute;
	left: 0px;
	width: 6px;
	height: 60px;
	border: none;
}
