.scrollframe {
	overflow: hidden;
}

.scrollpane {
	position: relative;
}


.cursor {
	z-index: 102;
	cursor:pointer;
	position: absolute;
	left:0px;
	top:0px;
}

.track {
	position: relative;
	width:10px;
}

