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

.scrollBar .button{
	width:14px;
	height:14px;
	background-color:#222;
	border:1px outset #222;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

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

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

.scrollBar .button.leftButton{
	/*background-image:url('../img/uvumi/arrow-left.gif');*/
}

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

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

.scrollBar .scrollable{
	cursor:pointer;
	background: #111;
	/*background-image:url('../img/uvumi/stripe.gif');*/
	/*background-repeat:repeat;*/
}

.scrollBar .knob{
	height:14px;
	background-color:#222;
	outline:none;
	border:1px outset #222;
	background-position:center center;
	background-repeat:no-repeat;
}

.scrollBar .knob.verticalKnob{
	cursor:default;
	/*cursor:n-resize;*/
	/*background-image:url('../img/uvumi/vertical-knob.gif');*/
}

.scrollBar .knob.horizontalKnob{
	cursor:default;
	/*cursor:w-resize;*/
	/*background-image:url('../img/uvumi/horizontal-knob.gif');*/
}

.scrollBar .active{
	border-style:inset;
}

.scrollBar .corner{
	background-color:#FFB119;
	border:1px outset #FF7A19;
}