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

.scrollBar .button{
	width:17px;
	height:17px;
	background-color:#cbb944;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url('upbutton.png');
}

.scrollBar .button.bottomButton{
	background-image:url('downbutton.png');
}

.scrollBar .button.leftButton{
	background-image:url('leftbutton.png');
	display: none;
}

.scrollBar .button.rightButton{
	background-image:url('rightbutton.png');
	display: none;
}

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

.scrollBar .scrollable{
	cursor:pointer;
	background: #f3eecc;
	background-repeat:repeat;
}

.scrollBar .knob{
	height:17px;
}

.scrollBar .knob.verticalKnob{
	cursor: pointer;
}

.scrollBar .knob.horizontalKnob{
	cursor: pointer;
	display:none;
}

.scrollBar .knobHorizontalTip{
	width: 3px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

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

.scrollBar .leftTip{
	left:0;
	background-image:url('knobleft.png');
	display:none;
}

.scrollBar .rightTip{
	right:0;
	background-image:url('knobright.png');
	display: none;
}

.scrollBar  .knobHorizontalFill{
	background-color:#cbb944;
	background-position:top center;
	background-repeat: no-repeat;
	background-image:url('horizontal.png');
	display: none;
}

.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
	background-color: #d5c769;
	display: none;
}

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

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

.scrollBar .knobVerticalFill{
	background-color:#cbb944;
	background-position:left center;
	background-repeat: no-repeat;
	background-image:url('vertical.png');
	position:absolute;
	bottom:3px;
	top:3px;
}

.scrollBar .active .knobVerticalFill{
	background-position:right center;
    background-color: #d5c769;

}

.scrollBar .topTip{
	background-image:url('knobtop.png');
}

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

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

.scrollBar .corner{
	background:#e5d98f center center no-repeat;
	display: none;
}