$(document).ready(function(){
	$("div.content-scroll").css("height","650px");
	$("div.jScrollPaneContainer").css("height","650px");
	$("div.content-full").jScrollPane({
		'scrollbarWidth':6
	});
	$("div#footbar").remove();
});
