@charset "utf-8";
/* CSS Document */
.dumascroll { width: 100%; height: 500px; float: left; line-height: 28px;}		/*只需对需要渲染滚动条的div设置该class即可*/
.dumascroll_area {
	width: 720px;
	height:100%;
	overflow:hidden;
	padding-right:8px;
}
.dumascroll_bar,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	background-image:url(../bn_images/un_bg_bar.gif);
}
.dumascroll_bar { position:absolute; top:0; right:0; z-index:9; width:17px; height:100%; cursor:default; background-repeat:repeat-y; /*background-position:-42px 0;*/ background: #f1f1f1; float:left;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	position:absolute;
	left:0;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	width:100%;
	height:14px;
	color:#fff;
	text-align:center;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a { top:0; }
.dumascroll_arrow_down,.dumascroll_arrow_down_a { bottom:0; }
.dumascroll_handle_a { width:100%; background-repeat:repeat-y; }
.dumascroll_arrow_up { background: url("../bn_images/arrow_up.png") no-repeat center center; }
.dumascroll_arrow_up_a { background: url("../bn_images/arrow_up_2.png") no-repeat center center; }
.dumascroll_handle { width: 13px; height: 17px; margin-left: 2px; background:#c1c1c1; }
.dumascroll_handle_a { background:#c1c1c1; }
.dumascroll_arrow_down { background: url("../bn_images/arrow_down.png") no-repeat center center; }
.dumascroll_arrow_down_a { background: url("../bn_images/arrow_down_2.png") no-repeat center center; }
.dumascroll_arrow_down1 {bottom:0; }
.dumascroll_arrow_down_a1 {bottom:0; }
.dumascroll_arrow_up1 {top:0; }
.dumascroll_arrow_up_a1 {top:0; }
.dumascroll_handle1 {width:100%; background-repeat:repeat-y; }
.dumascroll_handle_a1 {width:100%; background-repeat:repeat-y; }

