.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height:350px !important;
}
.jScrollPaneTrack {
	width:20px !important;
	position: absolute;
	cursor: pointer;
	right:0;
	top: 0;
	height: 100%;
	background: url("../images/scrollTrack.gif") no-repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background:url("../images/scrollDrag.gif") no-repeat;
	cursor: pointer;
	overflow: hidden;
	width:20px !important;
	height:26px !important;
	top:0px;
	left:0px;
}
.holder2 .jScrollPaneDrag {
	background:url("../images/scrollDragDownward.gif") no-repeat !important;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
			
.holder, .holder1, .holder2{
	float: left;
}

.scroll-pane,.scroll-pane2 {
	padding-right:20px;
	width: 345px;
	height: 220px;
	overflow: auto;
	float: left;
	text-align:left;
	top:0px;
	left:0px;
}
.scroll-pane2{
	width:200px;
}

.tall {
	height: 280px;
}
#pane2 {
	height: 240px;
}
