.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    background: none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
.jspHorizontalBar {
    background: none repeat scroll 0 0;
    bottom: 0;
    height: 18px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 448px;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspHorizontalBar .jspDragLeft, .jspHorizontalBar .jspDragRight{
    width: 10px;
    height: 13px;
    display: block;
    position: absolute;
    top: 3px;
}
.jspHorizontalBar .jspDragLeft{
    left: 7px;
    background:url(../images/scroll_arrows.png) no-repeat 0px 0px;
}
.jspHorizontalBar .jspDragRight{
    right: 7px;
    background:url(../images/scroll_arrows.png) no-repeat right top;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: none repeat scroll 0 0 #f1efea;
    position: relative;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    
}

.jspMod{
    top:432px;
    
}
.jspDrag {
    background: #c1beb7;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: none repeat scroll 0 0 #50506D;
    cursor: pointer;
    display: block;
    text-indent: -20000px;
}
.jspArrow.jspDisabled {
    background: none repeat scroll 0 0 #80808D;
    cursor: default;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px;
}
.jspVerticalBar .jspArrow:focus {
    outline: medium none;
}
.jspCorner {
    background: none repeat scroll 0 0 #EEEEF4;
    float: left;
    height: 100%;
}
* html .jspCorner {
    margin: 0 -3px 0 0;
}
