/* CSS Document */
.scrollBar .bar{
	width: 11px;
	height: 0px;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-image: url('stripe.gif');
	background-repeat: no-repeat;
	background-position: 50%;
}

.scrollBar .knob{
	width: 10px;
	background-image:url('knob.gif');
	background-position: 50% 0px;
	background-repeat:no-repeat;
	cursor: pointer;
}