.jScrollPaneContainer{
	position:relative;
	overflow:hidden;
	z-index:1;
	width:465px !important;
	margin-top:10px;
}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;
	background:#aaa;
}
.jScrollPaneDrag{
	position:absolute;
	background:#666;
	cursor:pointer;
	overflow:hidden;
}
.jScrollPaneDragTop{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.jScrollPaneDragBottom{
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}
a.jScrollArrowUp{
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	text-indent:-2000px;
	overflow:hidden;
	/*background-color:#666;*/
	height:9px;
}
a.jScrollArrowUp:hover{/*background-color:#f60;*/}
a.jScrollArrowDown{
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;
	text-indent:-2000px;
	overflow:hidden;
	/*background-color:#666;*/
	height:9px;
}
a.jScrollArrowDown:hover{/*background-color:#f60;*/}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover{/*background-color:#f00;*/}
.jScrollPaneTrack{background:url(../images/scrollbar.gif) no-repeat;padding-left:4px; height:183px !important; top:5px !important;}
.jScrollPaneDrag{background:url(../images/scroller.gif) no-repeat; margin-top:10px; margin-left:-5px;width:20px !important;}
.jScrollPaneDragTop{height:0px;}
.jScrollPaneDragBottom{height:0px;}
a.jScrollArrowUp:hover{background-position:0 0;}
a.jScrollArrowDown:hover{background-position:0 0;}
#pane2{height:183px;width:430px !important;}
.index_scroll{overflow: auto;float: left; height: 183px; width:433px;}
.scrollbarWidth{ width:20px;}
