$(document).ready(function(){
	$(window).resize(function(){
	$('#scroll-pane').jScrollHorizontalPane({scrollbarHeight:12, scrollbarMargin:0, resize:true});
	
})
	
	



	$('#scroll-pane').jScrollHorizontalPane({scrollbarHeight:12, scrollbarMargin:0,  resize:true});


});
