.filter_box{
	overflow: hidden;
	
	height:390px;}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:100%!important;
	height:300px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0px;
	background:none;
	width:9px!;
	overflow:hidden!important;
	font-size:0px; line-height:0px;
	
}
.jScrollPaneDrag {
	position: absolute;
	background;
	cursor: pointer;
	overflow: hidden;
	width:10px!important;
	right:16px;
	background:#f90;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background:#none;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background:#none;
}
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;*/
}
			
			
		
			
			
			.osX .jScrollPaneTrack {
				background:url(../images/track_bg.jpg) repeat-y 0 0;
			}
			.osX .jScrollPaneDrag {
				background: url(../images/rptcrv.png) repeat-y;
			}
/*			.osX .jScrollPaneDragTop {
				background:url(../images/topcrv.png) no-repeat 0 0;

			}
			.osX .jScrollPaneDragBottom {
				background:  url(../images/botcrv.png) no-repeat;
			
			}*/
			.osX a.jScrollArrowUp {
				height: 21px;
				background:url(../images/scroll_arrow_up.png) no-repeat 0 0;
			}
			
			.osX a.jScrollArrowDown {
				height: 21px;
				background:url(../images/bot_arrow.png) no-repeat 0 0
			}
			
			
			.left .jScrollPaneTrack {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowDown {
				left: 0;
				right: auto;
			}
		
			
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */
