$(document).ready(function(){
		
	// text scrollers
	$('#pane3').jScrollPane();
	
	// superfish
	//$("#list-nav").superfish(); 

})