/*
 * 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.
 */
.scroll-pane{  position:relative; overflow:hidden; height:404px; width:90%;}
.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: url(../images/jspTrack.gif) repeat-y scroll 5px top transparent;
}
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background:url(../images/jspTrack2.gif) repeat-x scroll left center transparent;
}
.jspVerticalBar *,.jspHorizontalBar *{margin: 0;padding: 0;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{background: url(../images/jspTrack.gif) repeat-y scroll center top transparent;position: relative;}
.jspDrag{background:#7c0c10;position: relative;top: 0;left: 0;cursor: pointer;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float: left;height: 100%;}
.jspHorizontalBar .jspTrack{background: url(../images/jspTrack2.gif) repeat-x scroll center top transparent;}
.jspHorizontalBar .jspDrag{background:#ffffff; position:relative;}
.jspDragTop,.jspDragBottom{ height:3px; background:url(../images/drag1.gif) no-repeat scroll right top; width:100%; overflow:hidden;}
.jspDragBottom{ position:absolute; bottom:0px; background:url(../images/drag2.gif) no-repeat scroll right bottom;}
.jspDragLeft,.jspDragRight{ width:3px; height:100%;background:url(../images/drag3.gif) no-repeat scroll left center; overflow:hidden; position:absolute;}
.jspDragRight{ width:3px; right:0px;background:url(../images/drag4.gif) no-repeat scroll right center; overflow:hidden;}
.jspArrow{text-indent: -20000px;display: block;cursor: pointer;}
.jspArrow.jspDisabled{cursor: default;}
.jspVerticalBar .jspArrow{height: 5px;}
.jspArrowUp{background:url(../images/jspArrowUp.gif) no-repeat;}
.jspArrowDown{background:url(../images/jspArrowDown.gif) no-repeat;}
.jspHorizontalBar .jspArrow{width: 0px;float: left;height: 100%;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{background: url(../images/jspTrack2.gif) repeat-x scroll center top transparent;float: left;height: 100%;}
.blackscroll .jspDrag{ background-color:#414141;}