// -*- coding:utf-8 -*-

$(document).ready(function(){
	$('.scroll-pane').jScrollPane({scrollbarWidth : 4});
    });
