$(document).ready(function(){

	reinitialiseScrollPane = function () {
		$('.left .content').jScrollPane({showArrows:true, scrollbarWidth:15});
	}
	
	reinitialiseScrollPane();
	
	$('#purchase .right .content').jScrollPane({showArrows:true, scrollbarWidth:15});

});