.scrollBar{
	width:435px !important;
	height:225px !important; 
	text-align:justify;
	overflow:auto;
}


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

.scrollBar .button{
	width:20px;
	height:20px;
	/*background-color:#005885;*/
	outline:none;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	right:7px;
	top:10px;
}

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

.scrollBar .button.bottomButton{
	background-image:url("../images/arrow-down.gif");
	margin-top:-70px;
	
}

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

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

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

.scrollBar .scrollable{
	cursor:pointer;
	background-image:url('stripe.gif');
	background-repeat:repeat;
	height:250px !important;
}

.scrollBar .knob{
	/*height:237px;*/
}

.scrollBar .knob.verticalKnob{
	cursor:pointer;
	height:260px;
}

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

.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{
	background-color:#BDE5F5;
	background-position:top center;
	background-repeat:repeat-x;
	background-image:url('horizontal-knob.gif');
	margin:0 12px;
	width:3px;
}

.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:#EF5E32;
	background-position:left center;
	background-repeat:repeat-y;
	width:6px;
	height:70px;
	position:absolute;
	bottom:12px;
	top:12px;
	
}

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

.scrollBar .topTip{
	background-image:url('knob-top.gif');
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-image:url('knob-bottom.gif');
}

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

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