/*
 * 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	   { position:relative; overflow:hidden; }
.jspPane		   { position:absolute; }
.jspVerticalBar	   { position:absolute; background:#111111; top:0;    left:0; width:8px;  height:100%; }
.jspHorizontalBar { position:absolute; background:#111111; bottom:0; left:0; width:100%; height:8px; }
.jspTrack		   { position:relative; background:#111111; }
.jspDrag		   { position:relative; background:#111111; top:0; left:0; }
