$(document).ready(function() { 			
	$('#content').corners("35px top-right");
	$('#nav').imghover();
	$('#prevnext').imghover();		
	$('#linklist').jScrollPane({showArrows:true});
	
		

});  
