@charset "utf-8";
#main{
	margin:auto;
	width:860px;
	position:relative;
	overflow:auto;
	color:#aaa;
	padding:20px;
	border:1px solid #888;
	background-color:#000;
}

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

#scrollbar-area01 {
	margin:auto;
	width: 500px;
	height:400px;
	border:0px;
	padding:5px;
	text-align:justify;
	overflow:auto;
}

.scrollBar .bar{
	width:15px;
	height:17px;
}

.scrollBar .button{
	width:17px;
	height:22px;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url('arrow-up.png'); behavior:url(iepngfix.php);
}

.scrollBar .button.bottomButton{
	background-image:url('arrow-down.png'); behavior:url(iepngfix.php);
}

.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;*/
	background-color:#1e1107;
	
}

.scrollBar .knob{
	height:17px;
}

.scrollBar .knob.verticalKnob{
/*	cursor:n-resize;*/
	background-color:#eddf7f;
	background-image:url(''); behavior:url(iepngfix.php);
	cursor:auto;
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}

.scrollBar .knobHorizontalTip{
	width:10px;
	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{
	background-position:top center;
	background-repeat:repeat-x;
	background-image:url('horizontal-knob.gif');
	margin:0 10px;
}

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

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

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

.scrollBar .knobVerticalFill{
	background:#;
	background-position:left center;
	background-repeat:repeat-y;
	background-image:url('vertical-knob.png'); behavior:url(iepngfix.php);
	position:absolute;
	bottom:10px;
	top:10px;
}

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

.scrollBar .topTip{
	background-image:url('.png'); behavior:url(iepngfix.php);

}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-image:url('.png'); behavior:url(iepngfix.php);

}

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

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