#scrollbar-demo{
	margin:auto;
	width: 500px;
	height:600px;
	border:10px solid #888;
	padding:5px;
	text-align:justify;
	overflow:auto;
}


.scrollBar .bar{
	width:18px;
	height:26px;
}

.scrollBar .button{
	width:18px;
	height:26px;
	outline:none;
	background-repeat:no-repeat;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.scrollBar .button.topButton{
	background-image:url(../images/navbar_arrow_up.jpg);
	background-repeat: no-repeat;
}

.scrollBar .button.bottomButton{
	background-image:url(../images/navbar_arrow_down.jpg);
	background-repeat: no-repeat;
}

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

.scrollBar .scrollable{
	cursor:pointer;
	background-image:url(../images/navbar_scrollback.jpg);
	background-repeat:repeat-y;
}

.scrollBar .knob{
	height:16px;
	background-color:#a38f7e;
	outline:none;
	border:1px solid #947d69;
	background-position:center center;
	background-repeat:no-repeat;
}

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

.scrollBar .active{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.scrollBar .corner{
}
