
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index:1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color:#fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9e9e9e;
	border-left-color: #9e9e9e;
}
.jScrollPaneDrag {
	position: absolute;
	background-color:#fff;
	cursor: pointer;
	overflow: hidden;
	background-image:url(../img/cm/body_scroll.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9e9e;
	background-image:url(../img/cm/body_scroll_up.jpg);
	background-position:0 0;
}
a.jScrollArrowUp:hover {
	background-position:0 -20px;
}
a.jScrollArrowUp:active {
	background-position:0 -40px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9e9e;
	background-image:url(../img/cm/body_scroll_down.jpg);
	background-position:0 0;
}
a.jScrollArrowDown:hover {
	background-position:0 -20px;
}
a.jScrollArrowDown:active {
	background-position:0 -40px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}