.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 14px;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/index/scroll_bg_bar.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/index/scroll_drag_body.gif) repeat-y;
}
.jScrollPaneDragHover {
	background-image: url(../images/index/scroll_drag_body_hover.gif);
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 4px;
	background: url(../images/index/scroll_drag_top.gif) no-repeat;
}
.jScrollPaneDragTopHover {
	background-image: url(../images/index/scroll_drag_top_hover.gif);
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 4px;
	background: url(../images/index/scroll_drag_bottom.gif) no-repeat;
}
.jScrollPaneDragBottomHover {
	background-image: url(../images/index/scroll_drag_bottom_hover.gif);
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	background: url(../images/index/scroll_arrow_up.gif) no-repeat;
}
a.jScrollArrowUp:hover {
	background: url(../images/index/scroll_arrow_up_hover.gif) no-repeat;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	background: url(../images/index/scroll_arrow_down.gif) no-repeat;
}
a.jScrollArrowDown:hover {
	background: url(../images/index/scroll_arrow_down_hover.gif) no-repeat;
}