$(document).ready(function() {
	 $('#category .inner').jScrollPane({showArrows:true, autoReinitialise: true});
	 $('#color .inner').jScrollPane({showArrows:true, autoReinitialise: true});
});

