.scroll-pane {
	float: left;
	padding: 0;
	width: 200px;
}
#pane5 {
	display: block;
	height: 200px;
	overflow:auto;
	padding:0px;
	width: 70%;
}
/*******************************************************/

.jScrollPaneContainer { /* весь контейнер */
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.jScrollPaneTrack { /* нижняя полоса прокрутки */ 
	background: url('../images/line.jpg') top repeat-x;
	bottom: 10px;
	cursor: pointer;
	left: 0;
	min-height:20px;
	position: absolute;
	width:100%;
}

.jScrollIntervalTrack { /* интервалы */
	position: absolute;
}

.jScrollPaneDrag { /* ползунок */
	background: url('../images/slider.jpg') center no-repeat;
	cursor: pointer;
	min-height:20px;
	overflow: hidden;
	position: absolute;
}

