.jspcontainer{overflow:hidden;position:relative;}
.jsppane{position:absolute; z-index:1;}
.jspverticalbar{position:absolute;top:0;right:0;width:3px;height:97%; z-index:2; background:#e6e6e6;}
.jsphorizontalbar{position:absolute;bottom:0;left:0;width:0px;height:0px; background:none;}
.jspverticalbar *,.jsphorizontalbar *{margin:0;padding:0;}
.jspcap{display:none;}
.jsphorizontalbar .jspcap{float:left;}
.jsptrack{position:relative;}
.jspdrag{background:#0077c3;position:relative;top:0;left:0;cursor:pointer;width:3px; }
.jsphover{background:#c70027; }
.jspactive{ background:#c70027;}
.jsphorizontalbar .jsptrack,
.jsphorizontalbar .jspdrag{float:left;height:100%;}
.jsparrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}
.jsparrow.jspdisabled{cursor:default;}
.jspverticalbar .jsparrow{height:14px;}
.jsphorizontalbar .jsparrow{width:14px;float:left;height:100%;}
.jspverticalbar .jsparrow:focus{outline:none;}
.jspcorner{background:#eeeef4;float:left;height:100%;}
/*yuk! css hack for ie6 3pixel bug:(*/
* html {height:100px;}html .jspcorner{margin:0 -3px 0 0;}