#scrollbar_container {  
	position: absolute;
    width: 410px;
	top: 128px;
	left: 478px;
	z-index: 41;
}
#scrollbar_track {  
    position: absolute;
	height: 100%;
    width: 14px;
	right: 0;
	background-image: url('stripe.gif');
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: move;
}
#scrollbar_handle {
	position: absolute;
    width:11px;
	height: 11px;
	margin-left: -5px;
	margin-top: 3px;
	left: 50%;
	background-image: url('knob.gif');
	background-position: 50% 0px;
	background-repeat: no-repeat;
    cursor: move;
}
#scrollbar_content {
    overflow: hidden;
    width: 390px;
    height: 410px;
}
