.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbar {
	width: 25px;
}

.vscrollerbar {
	z-index: 2;
}
.vscrollerbarbeg {
	width: 25px;
	height: 13px;
	background-image: url(images/sc_bar.png);
	background-repeat: no-repeat;
	background-position: 2px -12px;
}

.vscrollerbarend {
	width: 25px;
	height: 14px;
	background-image: url(images/sc_bar.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
.vscrollerbase {
	width: 25px;
	background-image: url(images/sc_bg.png);
	background-repeat: repeat-y;
	background-position: 12px top;
}

.vscrollerbasebeg {
	height: 0px;
}

.vscrollerbaseend {
	height: 0px;
}