@charset "utf-8";

.wrap_scrollBar {
	overflow: hidden;
	position: relative;
}

.scrollBar {
	background: #d3d1c2;
	border-radius:5px; /* FF chrome 附带圆角效果 */
	bottom: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
}

.scrollBar-body-bottom {
	background:url(../images/jscroll-bar-1.gif) no-repeat;
}

.scrollBar-direct-down {
	background: url(../images/jscrollbar_1.gif) no-repeat;
}

.scrollBar-body-top {
	background: url(../images/jscroll-bar-2.gif) no-repeat;
}

.scrollBar-direct-up {
	background: url(../images/jscrollbar_0.gif) no-repeat;
}

.scrollBar-body-content {
	background: url(../images/jscroll-bar-0.gif) repeat-y;
	height: 60px;
}

.scrollBar-inner-wh {
	height: 9px;
}

.scrollBar-body-content,
.scrollBar-inner-wh,
.scrollBar-wh {
	width: 11px;
}

.scrollBar-wh {
	height: 16px;
}

.scrollBar-position {
	position: absolute;
	bottom: 0px;
}

.scrollBar-panel {
	background: red;
	position: relative;
}