@charset "gb2312";
#out {
	position:relative;
	overflow:hidden;

}
#content {
	height:100%;
	overflow: hidden;
	-moz-user-select:none;
	line-height:23px;
}

#scrollBar {
	position:absolute;
	top:0;
	right:0;
	z-index:9;
	width:7px;
	height:100%;
	background:#b8ad98;
	float:left;
}
#scrollBarTop,#scrollBarHandle,#scrollBarBottom {
	position:absolute;
	left:0;
	cursor:default;
}
#scrollBarTop,#scrollBarBottom {
	width:100%;
	height:7px;
	color:#fff;
	text-align:center;
}
#scrollBarTop { top:0; }
#scrollBarBottom { bottom:0;}
#scrollBarHandle { width:7px; overflow:hidden; background:#786239; cursor:pointer;}
.scroll_bar_top { background:url(../images/scorll_top.jpg) no-repeat; height:7px;}
.scroll_bar_bottom {background:url(../images/scorll_bottom.jpg) no-repeat; height:7px;}