.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 7;
  height:25px;  
}
.jScrollPaneTrack {  
	position: absolute;
  z-index:10;
	left: 0;
	top: 0;
	width: 750px;
  height:25px;  
	background: transparent;
}
.jScrollIntervalTrack { 
	position: absolute;
}
.jScrollPaneDrag {
  position: absolute;
  z-index:11;
	background: transparent;
	overflow: hidden;
  color:#000;
  font-family:times;
  font-size:10px;
}
.scroll-to-next{
  cursor:pointer;
  width:8px;
  height:10px;
  }
.scroll-to-prev{
  cursor:pointer;
  width:8px;
  height:10px;
  }
  
  
a.jScrollArrowLeft {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	text-indent: -9999px !important;
}
a.jScrollArrowRight {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -9999px !important;
}