function init(){

//		$('.scroll-pane').jScrollPaneRemove();	
		$('.scroll-pane').jScrollPane({showArrows:true, active:0, arrowSize:18, scrollbarWidth:18, maintainPosition: true, dragMaxHeight:43});

}
		
$(window).resize(function(){
//	$('.scroll-pane').jScrollPaneRemove();
//	$('.scroll-pane').jScrollPane({showArrows:true, active:0, arrowSize:18, scrollbarWidth:18, maintainPosition: true, dragMaxHeight:43});
});



