
$(document).ready(function() {
	$('.rounded').corner('8px');
	$('#navigation-bar-top').corner('7px tl tr');
});

