$(function(){
$(window).load(function(){
	$('#content').css('display','block');

	$('#content').jScrollPane({
		scrollbarWidth:3
	});
});

});

