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

.vscrollerbase {
	width: 15px;
	background-color: #eee;
}
.vscrollerbar {
	width: 15px;
	background-color: gray;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#mycustomscroll {
	width: 350px;
	height: 200px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding: 10px;
	border: 1px solid gray;
	color: rgb(153, 153, 153);
	background-color: rgb(38, 38, 38);
}

#mycustomscroll a {
	color: #777;
}