.scrollBar .bar{
	width:10px;
	height:0px;
	
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	background-image:url('stripe.png');
	background-repeat:repeat-y;
}

.scrollBar .knob{
	height:20px;
}

.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobHorizontalTip{
	background-position:right center;
}


.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-color:#FFB119;
	background-image:url('vertical-knob.gif');
	position:absolute;
	bottom:5px;
	top:5px;
	right:5px;
}

.scrollBar{
position:absolute;
right:275px;
bottom:109px;
width:470px;
height:320px;
overflow:auto;	
	}