$(document).ready(function() {
	$(document).pngFix();

	$('#contentpanel').jScrollPane({
		scrollbarWidth: 5
	});
	
});
