
#scrollCont { background:url(images/scrollGroove.gif) 3px top no-repeat;  }


div#scrollable{
width:607px;
/*
height:323px;
*/
height: 400px;
overflow:auto;

padding: 0px;

}


div#scrollableTxt { width:547px;
 padding: 0 20px 40px 20px;    }

.scrollBar .bar{
	width:23px;
	height:75px;
}

.scrollBar .button{
	width:23px;
	height:23px;
	outline:none;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url(images/scrollUpArrow.gif);
}

.scrollBar .button.bottomButton{
	background-image:url(images/scrollDownArrow.gif);
	margin-top: 0px;
}

/*
.scrollBar .button.leftButton{
	background-image:url('arrow-left.gif');
}

.scrollBar .button.rightButton{
	background-image:url('arrow-right.gif');
}
*/

.scrollBar .button.active{
	background-position: -23px 0;
}

.scrollBar .scrollable{
	cursor:pointer;
}

/*
.scrollBar .knob{
	height:20px;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}

.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-position:top center;
	background-repeat:repeat-x;
	background-image:url('horizontal-knob.gif');
	margin:0 12px;
}

.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-position:left center;
	background-repeat:no-repeat;
	background-image: url(images/scrollBAR.gif);
	position:absolute;
	/*
	bottom:12px;
	top:12px;
	*/
	bottom:0; top:0;
}

/*

.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:#FFB119 url('corner.gif') center center no-repeat;
}
*/
