@charset "gb2312";
.scroll-pane {
	overflow: auto;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	background: #f0f0f0;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../img/gun.png) repeat-y;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0px;
	overflow: hidden;
	background:url(../img/c-t.png) no-repeat;
	width:10px;
	height:10px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background:url(../img/c-b.png) no-repeat;
	width:10px;
	height:10px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0px;
	text-indent: -2000px;
	background:url(../img/top.png) no-repeat;
	overflow: hidden;
	width:11px !important;
	border-right:1px solid #EAEAEA;
	/*background-color: #666;*/
	height: 11px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0;
	text-indent: -2000px;
	background:url(../img/b.png) no-repeat;
	overflow: hidden;
	width:12px !important;
	/*background-color: #666;*/
	border-bottom:1px solid #EAEAEA;
	height: 11px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}