.scrollBar .bar{
	width:15px;
	height:15px;
}

.scrollBar .button{
	width:15px;
	height:15px;
	background-color:#000;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .button.topButton{
	background-image:url('arrow-up.gif');
}

.scrollBar .button.bottomButton{
	background-image:url('arrow-down.gif');
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	background-image:url('bg.gif');
	background-repeat:repeat-y;
}

.scrollBar .knob{
	height:9px;
}

.scrollBar .knobVerticalTip{
	height:9px;
	background-position:top center;
	background-repeat:no-repeat;
}


.scrollBar .knobVerticalFill{
	background-color:#000;
	background-position:left center;
	background-repeat:repeat-y;
	background-image:url('vertical-knob.jpg');
	position:absolute;
	bottom:9px;
	top:9px;
}


.scrollBar .topTip{
	background-image:url('knob-top.gif');
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-image:url('knob-bottom.jpg');
}

.scrollBar .knob.active{
	border:none;
}