$(function(){
	$('#content').jScrollPane({
		scrollbarWidth: "17", 
		showArrows:false
	});
	$(document).pngFix();

});