/*
 * 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.
 */
.jp-container{width:920px; height:250px; position:relative; padding:10px;}
.jp-container a{display:block;}
.jp-container a:first-child{border-top:none;}
.jp-container a:last-child{border-bottom:none;}
.jp-container a:hover{} 
 /* -------------------------------------------------------------------------- */
.jspContainer{overflow: hidden;	position: relative; width:/*200px*/100%;}
.jspPane{position: absolute; width:/*200px;*/100%;}
.jspVerticalBar{position: absolute;	top: 0;	right: 0; width: 15px; height: 100%; background: red;}
.jspHorizontalBar{position: absolute; bottom: 0; left: 0; width:100%; height:14px; background: red;}
.jspVerticalBar *, .jspHorizontalBar *{margin: 0; padding: 0;}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{background:#FFF;position: relative; border-left:1px solid #CCC; border-right:1px solid #CCC;}
.jspDrag{background:#E5E5E5; position:relative; top:0; left:0; cursor:pointer;	-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px; height:15px;}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{float: left; height: 100%;}
.jspArrow{ background: #000;	text-indent: -20000px;	display: block;	cursor: pointer;}
.jspArrow.jspDisabled{cursor: default;	background: #000;}
.jspVerticalBar .jspArrow{height: 16px;}
.jspHorizontalBar .jspArrow{ width: 16px; float: left;	height: 100%;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{	background: #000;	float: left;	height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}