.jspContainer {
    overflow: hidden;
    position: relative;
	width:100%!important;
}
.jspPane {
    position: absolute;
	width:100%!important;
}
.jspScrollable{ width:100%!important;}
.jspVerticalBar {
    background: none repeat scroll 0 0 e4e4e4;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
}
.jspHorizontalBar {
    background: none repeat scroll 0 0 red;
    bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: none repeat scroll 0 0 #e4e4e4;
    position: relative;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.jspDrag {
    background: none repeat scroll 0 0 #51aad7;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
.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: 6px;
}
.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 6px;
}
.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;
}
