#pane1{width:265px; height:125px;}


.scroll-pane {
	width: 630px;
	overflow: auto;
	float: left;
	padding:0 0 0 0 !important;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	width:21px !important;
	cursor: pointer;
	right: 0;
	top: 0 !important;
	margin:0 0 0 0;
	height: 100% !important;
	background:url('../images/head_news_bg.jpg') no-repeat 50% 0;
}

.jScrollPaneDrag {
	position: absolute;
	width:21px !important; height:11px !important; 
	cursor: pointer;
	overflow: hidden;
	margin:0 0 0 0;
	background:url('../images/head_news_slider.gif') no-repeat 0 0;
}

	.jScrollPaneDrag ul li a{display:none;}
	
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width:3px !important;
	height: 3px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width:3px !important;
	height: 3px;
}

