$(function(){
	$('ul.pan').each(function(){
		$(this).corner();
	});
});
