


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

.scrollBar .button{
	width:12px;
	height:12px;
	/*background-color:#FFB119; */
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
	
}

.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{
	cursor:pointer;
	background-color: #FFF;
	background-repeat:repeat;
}

.scrollBar .knob{
	height:20px;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
}


rollBar .knobVerticalTip{
	height:12px;
	background-position:top center;
	background-repeat:no-repeat;
}

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

.scrollBar .knobVerticalFill{
	display:none;
  background-color:#FFB119;
	background-position:left center;
	background-repeat:repeat-y;
	background-image:url('vertical-knob.gif');
	position:absolute;
	bottom:12px;
	top:12px;
}

.scrollBar .active .knobVerticalFill{
	background-position:right center;
}

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

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

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

/*.scrollBar .corner{
display:none;
	background:#FFB119 url('corner.gif') center center no-repeat;
} */