
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack { /*xxx*/
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	border-left: 1px dotted #D3DCED;
	border-right: 1px dotted #D3DCED;
}
.jScrollPaneDrag {
	position: absolute;
	background: #FFF;
	border-top: 1px solid #D3DCED;
	border-bottom: 1px solid #D3DCED;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp { /*xxx*/
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	border-left: 1px dotted #D3DCED;
	border-top: 1px dotted #D3DCED;
	border-right: 1px dotted #D3DCED;
}
a.jScrollArrowUp { background: url(../images/css/master/basic_arrow_up.gif) no-repeat 0 0; }
a.jScrollArrowUp:hover { background-position: 0 -15px; }

a.jScrollArrowDown { /*xxx*/
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	border-left: 1px dotted #D3DCED;
	border-bottom: 1px dotted #D3DCED;
	border-right: 1px dotted #D3DCED;
}
a.jScrollArrowDown { background: url(../images/css/master/basic_arrow_down.gif) no-repeat 0 0; }
a.jScrollArrowDown:hover { background-position: 0 -15px; }
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { background-position: 0 -30px; }

.scroll-pane { width: 100%; overflow: hidden; float: left; }

