
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  width: 100%;
  background:#eee url('layout_imgs/s_track_bg.png') repeat-x;
  height:14px;
}

.jScrollIntervalTrack { 
	position: absolute;
}

.jScrollPaneDrag {
  position: absolute;
  height:14px;
  background:#587d9a url('layout_imgs/s_bar_bg.png') repeat-x;
  cursor: pointer;
  overflow: hidden;
}
.jScrollPaneDragLeft {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background:url('layout_imgs/s_bar_left.png') no-repeat;
  width:7px;
  height:14px;
}
.jScrollPaneDragRight {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background:url('layout_imgs/s_bar_right.png') no-repeat;
  width:7px;
  height:14px;
}
.jScrollPaneDragMiddle{
  width:12px;
  background:url('layout_imgs/s_bar_center.png') no-repeat;
}

a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}