
.gridbody .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.gridbody .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(/images/vscroll/track.gif);
}







.gridbody .jScrollPaneDrag {
	position: absolute;
	background: url(/images/vscroll/drag_grab.gif) repeat-y;
	cursor: pointer;
	overflow: hidden;
}
.gridbody .jScrollPaneDragTop {
  background: url(/images/vscroll/drag_top.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
  width: 14px;
  height: 6px;
}
.gridbody .jScrollPaneDragBottom {
  background: url(/images/vscroll/drag_bottom.gif) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
  width: 14px;
  height: 6px;
}
.gridbody a.jScrollArrowUp {
	background: url(/images/vscroll/arrow_up.gif) no-repeat 0 0;
	width: 14px;
	height: 19px;
  margin-top: 7px;

	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
.gridbody a.jScrollArrowUp:hover {
	background-position: 0 -26px;
  text-decoration: none;
}

#centercol a.jScrollArrowUp:hover {
  border: 0;
}

#centercol a.jScrollArrowDown:hover {
  border: 0;
}

.gridbody a.jScrollArrowDown {
	background: url(/images/vscroll/arrow_down.gif) no-repeat 0 0;
	width: 14px;
	height: 19px;
	margin-bottom: 7px;

	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
.gridbody a.jScrollArrowDown:hover {
	background-position: 0 -26px;
  text-decoration: none;
}
