/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar/*左侧滚动条背景色*/
{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	
}


.jspHorizontalBar/*下面滚动条背景色*/
{
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	opacity:inherit;
	filter:inherit;
	
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	
	background: transparent;
	position: relative;
}

.jspDrag
{
	/*滚动条颜色等*/
	background:url(../images/btn.png) -1px center no-repeat #282828;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;	
}

.newstxt .jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
	
}
.newstxt .jspDrag
{
	/*滚动条颜色等*/
	background:#fff;
	width:9px;
	position: relative;
	top: 0;
	left: 1px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;

}


.jspArrow          /*滚动条箭头 背景*/
{
	
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}


.jspArrowUp                      /*   上下左右箭头  可以设置团或者背景*/
{
	background:url(../images/ub.png) top;
}


.jspArrowDown
{
	background:url(../images/ub.png) bottom;
}

.jspArrowLeft
{
	background:blue;
}

.jspArrowRight
{
	background:blue;
}


.jspArrow.jspDisabled /*滚动条箭头到底（触碰）的背景*/
{
	cursor: default;
	
}

.jspVerticalBar .jspArrow/* 上下箭头的高度*/
{
	height: 16px;
}

.jspHorizontalBar .jspArrow/* 左右箭头的高度*/
{
	width: 22px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner                /*右下角 的颜色*/
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}