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

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

.scrollBar .button.topButton{
	background-image:url('/images/scrollbar/arrow-up.png');
}

.scrollBar .button.bottomButton{
	background-image:url('/images/scrollbar/arrow-down.png');
}
/*
.scrollBar .button.leftButton{
	background-image:url('arrow-left.gif');
}

.scrollBar .button.rightButton{
	background-image:url('arrow-right.gif');
}
*/
.scrollBar .button.active{
	background-position:center right;
}

.scrollBar .scrollable{
	/*cursor:pointer;*/
	background-image:url('/images/scrollbar/bg.png');
	background-repeat:repeat;
}

.scrollBar .knob{
	height:10px;
}

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

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}
*/
/*
.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

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

.scrollBar .leftTip{
	left:0;
	background-image:url('knob-left.gif');
}

.scrollBar .rightTip{
	right:0;
	background-image:url('knob-right.gif');
}

.scrollBar  .knobHorizontalFill{
	background-color:#FFB119;
	background-position:top center;
	background-repeat:repeat-x;
	background-image:url('horizontal-knob.gif');
	margin:0 12px;
}

.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}
*/
.scrollBar .knobVerticalTip{
	height:8px;
	background-position:center left;
	background-repeat:no-repeat;
}

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

.scrollBar .knobVerticalFill{
	background-color:#FFB119;
	background-position:left center;
	background-repeat:repeat-y;
	background-image:url('/images/scrollbar/thumb.png');
	position:absolute;
	bottom:8px;
	top:8px;
}

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

.scrollBar .topTip{
	background-image:url('/images/scrollbar/thumb-top.png');
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-image:url('/images/scrollbar/thumb-bottom.png');
}

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