.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
	
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	display:none;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #ddd;
	position: relative;
	background:url(../images/scroll_track.png) repeat-y top center;
}
.jspDrag {
	background: #1166a5;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	/*background:url(../images/dragger.png) no-repeat left top;*/
	width:10px;
	height:69px;
	background-color:#c10100; border-radius:10px;
	padding:3px 0;
	behavior:url(js/PIE.htc);
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 10px;
}
.jspHorizontalBar .jspArrow {
	width: 10px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.jspArrowUp {
	background:url(../images/scroll_track.png) repeat-y top center;
}
.jspArrowDown {
	background:url(../images/scroll_track.png) repeat-y top center;
}

.scroll-pane {
	overflow:auto;
	margin-bottom:10px;
	height:310px;
}

.jspDragTop{background:url(../images/drag_top.png) no-repeat center top; width:10px; height:3px;} 
.jspDragBottom{background:url(../images/drag_btm.png) no-repeat center bottom; width:10px; height:3px; position:absolute; bottom:3px;} 