.other-posts { margin: 0; padding: 0; }

.scroll_area_1, .scroll_area_2 { height: 320px; margin: 0 auto; outline: none; overflow: hidden; }

.jspContainer { margin: 0 auto; overflow: hidden; position: relative; }

.jspPane { max-width: 98%; position: absolute; }

.jspVerticalBar { position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: rgba(0, 0, 0, 0); overflow: hidden; }

.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: rgba(0, 0, 0, 0); display: none; }

.jspCap { display: none; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack { background: #eee; position: relative; z-index: 100; overflow: hidden; }

.jspDrag { background: #999; position: relative; top: 0; left: 0; cursor: pointer; overflow: hidden; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; display: none; }

.jspArrow { background: #333; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; }
.jspArrow.jspDisabled { cursor: default; background: #111; }

.jspVerticalBar .jspArrow { height: 16px; }

.jspHorizontalBar .jspArrow { width: 12px; float: left; height: 100%; }

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner { background: #eee; float: left; height: 100%; }

* html .jspCorner { margin: 0 -3px 0 0; }