.vScroll {
	width: 400px;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.vBar {
	top: 30px;
	left: 424px;
	width: 12px;
	height: 210px;
	position: absolute;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.vKnob {
	position:relative;
	left: 1px;
	width: 10px;
	height: 50px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}