.root {
	position: relative;
}
.thumb {
	position: absolute;
	height: auto;
	width: 7px;
	left: 10px;
	cursor: pointer;
}
.thumbbg {
	position: absolute;
	background-image: url(../images/scroller/scroll_bg.gif);
	background-repeat: repeat-y;
	width: 7px;
}
.up, .dn {
	position: absolute;
	left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img {
	border: 0;
}
.scrollContainer {
	position: absolute;
	overflow: auto;
}
.scrollContent {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:left;
	width: 240px;
}

