#pane2 {width:219px; padding:6px 0 0}
.jScrollArrowUp	{background:url(../img/btn_up.gif) no-repeat; width:20px; height:18px; display:block; overflow:hidden;}
.jScrollArrowDown	{background:url(../img/btn_down.gif) no-repeat; width:20px; height:18px; display:block; overflow:hidden;}
		
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 200;
	top:-5px;
}
.smScroller {background:url(../img/bgd_scroll.gif) repeat-y; width:20px; height:292px; overflow:hidden; z-index:9999; position:absolute; top:5px; right:5px;}
	
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	background:url(../img/bgd_scroll.gif) repeat-y; width:20px; height:292px; overflow:hidden; z-index:9999;
	
}
.jScrollPaneDrag  {background:url(../img/btn_slider.gif) repeat-y; width:20px; height:38px!important; text-decoration:none; display:block;}
	
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height:10px;
	/*background:url(../img/btn_slider_top.gif) no-repeat;*/
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:10px;
	/*background:url(../img/btn_slider_bottom.gif) left bottom no-repeat;*/
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 99999;
	top: 5px;
	right: 5px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 99999;
	bottom: 5px;
	right: 5px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}