
.jspContainer, .scroll-pane{
	overflow: hidden;
	position: relative;
	}
.jspPane{
	position: absolute;
	left:0px;

	}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
	}
.jspCap{
	display: none;
	}
.jspTrack{
	background: #dde;
	position: relative;
	}
.jspDrag{
	background: #afafaf;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	}
.jspArrow{
	background:#50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
	}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
	}
	
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
	}

/*==========================================
VRTICAL SCRLL PANE CSS
==========================================*/
.jspVerticalBar .jspArrow{
	height: 16px;
	}
.jspVerticalBar .jspArrow:focus{
	outline: none;
	}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background:#ffffff;
	
	}

/*==========================================
VRTICAL SCRLL PANE CSS
==========================================*/
.vr-scroll-pane {
	height:645px;	
	margin-right:0px;
	}
.vr-scroll-pane .jspVerticalBar {
	width:6px;

	}
.vr-scroll-pane .jspTrack {
	width:6px;
	left:0px;
	background-color:#2f2f2f;

	}
.vr-scroll-pane .jspDrag {
	left:0px;
	width:7px;
	background-color:#d0c720;
	}
.vr-scroll-pane .jspVerticalBar .jspArrow{
	width:12px; height:12px;
	display:none;
	}
