.scrollBox{
	border: 1px solid #bebebe;
	position: relative;
	width: 280px;
	text-align: left;
}
#subways_pane, #kitchens_pane{
	margin: 10px;
}
.scroll-pane {
	width: 260px; /* Ширина видимой области*/
	height: 215px; /* Высота видимой области*/
	overflow: auto; /* Если отключены скрипты это правило позволит отобразить обычный скролл */
}
.jspContainer
{
  overflow: hidden;
  position: relative;
}

/* content */

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background-color: transparent;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background-color: #ffffff;
  background:url(../images/jsp_track.jpg) repeat-y 0 0;
  position: relative;
}

.jspDrag
{
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
   background:url(../images/gray_drag.png) no-repeat center center;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}
.jspHorizontalBar .jspDrag
{
    background:url(../images/scrollBtnH.png) no-repeat left top;
}

.jspArrow
{
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrowUp{
	 background:url(../images/track_arrow_up.jpg) no-repeat left top;
}
.jspArrowDown{
	 background:url(../images/track_arrow_down.jpg) no-repeat left top;
}
/*
.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}
*/


.jspVerticalBar .jspArrow
{
  height: 6px;
}

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

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

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

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}