.scrollBar .bar{
	width:10px;
	height:20px;
	
}
.scrollBar{
margin-right: 20px;
}
.scrollBar .button{
	width:9px;
	height:9px;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

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

.scrollBar .button.bottomButton{
	background-image:url('arrow-bottom.png');
	margin-left: 1px;
	margin-top: 2px;
}

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

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

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

.scrollBar .scrollable{
	cursor:pointer;
	border-color: #3F3F3F;
	border-style: solid;
	border-width: .5px;
	background-image:url('stripe.png');
	background-repeat:repeat;
	background:transparent url('../../../img/textBackground.png') repeat top left;
}

.scrollBar .knob{
	height:20px;
}

.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{
	border-color: #3F3F3F;
	border-style: solid;
	background-color: #5B5B5B;
	border-width: 1px;
	background-position:top center;
	background-repeat:repeat-x;
	margin:0 12px;
}

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

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

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

.scrollBar .knobVerticalFill{
	background-position:left center;
	background-repeat:repeat-y;
	
	background-color: #5B5B5B;
	position:absolute;
	bottom:12px;
	top:12px;
}

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

.scrollBar .topTip{
	background-color: #5B5B5B;
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-color: #5B5B5B;
}


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

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