/*#scrollable{
	padding-right:10px;
}*/

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

.scrollBar .button{
	width:5px;
	height:5px;
	background-color: inherit;
	border:0px solid black;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

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

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

.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;
	background-image:url('stripe.gif');
	background-repeat:repeat;
}

.scrollBar .knob{
	height:5px;
	background-color:#0366A9;
	outline:none;
	border:0px solid black;
	background-position:center center;
	background-repeat:no-repeat;	
}

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

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

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

.scrollBar .corner{
	background-color: inherit;
	border:0px solid black;
}
