.jspContainer {
    overflow: hidden;
    position: relative;
}

.minimize .jspContainer {
    position: static;
}

.jspPane {
    position: absolute;
    margin-bottom: 340px;
}
.jspVerticalBar {    
    height: 100%;
    position: absolute;
    right: 3px;
    top: 0;    
    width: 8px;
    background: transparent;
}
.jspHorizontalBar {
    right: 0;
    bottom: 0;
    height: 8px;
    width: 100%;
    position: absolute;
    background: transparent;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {    
    position: relative;
	background: transparent;
}
.jspDrag {
    background: url(../img/transparent-black.png) repeat;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.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%;
	display: none;
}
* html .jspCorner {
    margin: 0 -3px 0 0;
}

@media only screen and (min-width: 481px) and (max-width:856px) {
    .jspHorizontalBar
    {        
        display: block !important;
    }
    .jspVerticalBar {    
        display: none !important;
    }
    .jspPane
    {
        margin-bottom: 0px;
    }
}
