.scroll-wrap{
	padding:0px;
	height:37px;
}
.scroll-pane{
	margin:0px;
	overflow:hidden;
	position:relative;
	width:620px;
	height:37px;
}
.scroll-pane table{
	position:absolute;
	left:0px;
	top:0px;
}
.jScrollPaneContainer{
	position: relative;
}


.jScrollPaneDrag {
	display:none;
}
span.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0px;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url(../images/arrow_001.gif) left top no-repeat #ffffff;
	height: 20px;
	width: 20px !important;
}

span.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url(../images/arrow_002.gif) left top no-repeat #ffffff;
	height: 20px;
	width: 20px !important;
}
