@charset "utf-8";
/* CSS Document */

.box { height:300px; width:300px; }

.jScrollPaneContainer{position:relative;overflow:hidden;z-index:1;}

.jScrollPaneTrack{position:absolute; cursor:pointer;right:1px;top:0;height:100%; width:1px;background:#cccccc;}/*滚动条背景*/

.jScrollPaneCont{position:relative; height:100%; margin:0 auto; width:1px; }/*滚动条背部*/

.jScrollPaneDrag{position:absolute;background:#eb7400;cursor:pointer;overflow:hidden; width:3px;right:-1px;}/*滚动条中部*/

/*.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden; background:url('../images/jttop.jpg') no-repeat; height:10px; width:5px;}

.jScrollPaneDragBottom{position:absolute;bottom:0;left:0;overflow:hidden;background:url('../images/jtend.jpg') no-repeat;height:10px; width:5px;}
*/
a.jScrollArrowUp{display:block;position:absolute;z-index:1;top:6px;right:-1px;text-indent:-2000px;overflow:hidden;background:url('../images/jttop.jpg') no-repeat; height:10px; width:5px;}/*向上翻页按钮*/

a.jScrollArrowDown{display:block;position:absolute;z-index:1;bottom:6px;right:-1px;text-indent:-2000px;overflow:hidden;background:url('../images/jtend.jpg') no-repeat;height:10px; width:5px;}/*向下翻页按钮*/

