.custom_scrollbar {
	margin-bottom:2px; padding:4px;
	font-size:11px;
	border:1px solid #CCC;
	clear:both;
}
.custom_scrollbar .viewport {
	position:relative;
	overflow:hidden;
}
.custom_scrollbar .overview {
	position:absolute; left:0; top:0;
	list-style:none;
}
.custom_scrollbar .thumb .end,
.custom_scrollbar .thumb { background:#999; }
.custom_scrollbar .scrollbar {
	position:relative;
	float:right;
	width:5px;
}
.custom_scrollbar .track {
	position:relative;
	width:5px; height:100%;
	background:#CCC;
}
.custom_scrollbar .thumb {
	position:absolute; top:0;
	width:5px; height:20px;
	cursor:pointer; overflow:hidden;
}
.custom_scrollbar .thumb .end {
	width:5px; height:5px;
	overflow:hidden;
}
.custom_scrollbar .disable{ display: none; }

#scrollbar1 { width:98.5%; height:76px; }
#scrollbar1 .viewport { width:95%; height:76px; }