/* @override http://gcf.crossroad-solutions.com/styles/scroller.css */

#mainContentClip {
	position: absolute;
	width: 370px;
	top: 50px;
	left: 10px;
	text-align: left;
	height: 305px;
	clip: rect(0px,370px,305px,0);
	overflow: hidden;
}

#mainContent {
	position: absolute;
	width: 370px;
}

#mainContent  p {
/*	padding-bottom: 10px;	*/
}

#mainScrollTrack {
	position: absolute;
}

#mainScrollThumbTrack {
	position: absolute;
	left: 388px;
	top: 50px;
	background: #CCC;
	width: 6px;
	height: 305px;
	overflow: hidden;
}

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