@charset "utf-8";
/*CSS Styles that are needed by jScrollPane for it to operate correctly.*/

.jspContainer{position:relative; overflow:hidden;}

.jspPane{position:absolute; /*z-index:10000;*/ z-index:2;}

.jspVerticalBar{/*background:red;*/ width:8px; height:100%; top:0;	right:0; position:absolute;}

.jspHorizontalBar{/*background:red;*/ width:100%; height:17px; bottom:0; left:0; position:absolute;}

.jspVerticalBar *, .jspHorizontalBar *{margin:0; padding:0;}

.jspCap{display:none;}

.jspHorizontalBar .jspCap{float:left;}

.jspTrack{background:url('../images/about/team/scroll_bar.gif') center repeat-y; position:relative;}

.jspDrag{background:url('../images/about/team/scroll_drag.gif') top left no-repeat; top:0; left:0; position:relative; cursor:pointer;}

.jspHorizontalBar .jspTrack{background:url('../images/about/team/scroll_bar.gif') center repeat-x; height:100%; float:left;}

.jspHorizontalBar .jspDrag{height:100%; float:left;}

.jspArrow{background:#50506d; display:block; text-indent:-20000px; cursor:pointer;}

.jspArrow.jspDisabled{background:#80808d; cursor:default;}

.jspVerticalBar .jspArrow{height:16px;}

.jspHorizontalBar .jspArrow{width:16px; height:100%; float:left;}

.jspVerticalBar .jspArrow:focus{outline:none;}

.jspCorner{background:#eeeef4; height:100%; float:left;}

/*CSS Hack for IE6 3 pixel bug*/
* html .jspCorner{margin:0 -3px 0 0;}